Html Css Color HEX #59CEDF Turquoise Blue

📋 copy color: '#59CEDF'

red 89 ◦ green 206 ◦ blue 223

#59CEDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #59CEDF

Tints of Turquoise Blue #59CEDF

RGB

 RED value IS 89 (35.16% from 255) = 17.18%

 GREEN value IS 206 (80.86% from 255) = 39.77%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 17.18%
G = 39.77%
B = 43.05%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#59CEDF (or 0x59CEDF) is known color: Turquoise Blue. HEX triplet: 59, CE and DF. RGB value is (89,206,223). Sum of RGB (Red+Green+Blue) = 89+206+223=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #59CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CEDF is #A63120. Grayscale: #ACACAC. Windows color (decimal): -10891553 or 14667353. OLE color: 14667353.

HSL color Cylindrical-coordinate representation of color #59CEDF: hue angle of 187.61º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59CEDF is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 206 223 -
CMYK 0.60 0.08 0 0.13
HSL 187.61º 0.68% 0.61% -
HSV(B) 187.61º 0.6% 0.87% -
XYZ 39.51 51.59 77.69 -
YUV 172.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 89 206 223 0.60 0.08 0 0.13 187.61 0.68 0.61
Hex 59 CE DF 3C 8 0 D BC 44 3D
Octal 131 316 337 74 10 0 15 274 104 75
Binary 1011001 11001110 11011111 111100 1000 0 1101 10111100 1000100 111101

Color Harmonies of #59CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CEDF

Black with #59CEDF

Text Example


Text Example

White with #59CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59CEDF; }

 p { color: rgb(89,206,223); }

 H1.HeaderClassName
 {
   color: #59CEDF;
 }
 .AnyTagClassName
 {
   color: #59CEDF;
 }
</style>

background-color css

<style>
 a { background-color: #59CEDF; }

 a { background-color: rgb(89,206,223); }

 div.DivClassName
 {
   background-color: #59CEDF;
 }
 .BgClassName
 {
   background-color: #59CEDF;
 }
</style>

border-color css

<style>
 span { border-color: #59CEDF; }

 span { border-color: rgb(89,206,223); }

 td.TdClassName
 {
   border-color: #59CEDF;
 }
 .TagClassName
 {
   border-color: #59CEDF;
 }
</style>