Html Css Color HEX #59CFDE Turquoise Blue

📋 copy color: '#59CFDE'

red 89 ◦ green 207 ◦ blue 222

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

Shades of Turquoise Blue #59CFDE

Tints of Turquoise Blue #59CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 17.18%
G = 39.96%
B = 42.86%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59CFDE (or 0x59CFDE) is known color: Turquoise Blue. HEX triplet: 59, CF and DE. RGB value is (89,207,222). Sum of RGB (Red+Green+Blue) = 89+207+222=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #59CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFDE is #A63021. Grayscale: #ADADAD. Windows color (decimal): -10891298 or 14602073. OLE color: 14602073.

HSL color Cylindrical-coordinate representation of color #59CFDE: hue angle of 186.77º degrees, saturation: 0.67, 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 #59CFDE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 207 222 -
CMYK 0.60 0.07 0 0.13
HSL 186.77º 0.67% 0.61% -
HSV(B) 186.77º 0.6% 0.87% -
XYZ 39.62 52.02 77.06 -
YUV 173.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 89 207 222 0.60 0.07 0 0.13 186.77 0.67 0.61
Hex 59 CF DE 3C 7 0 D BB 43 3D
Octal 131 317 336 74 7 0 15 273 103 75
Binary 1011001 11001111 11011110 111100 111 0 1101 10111011 1000011 111101

Color Harmonies of #59CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFDE

Black with #59CFDE

Text Example


Text Example

White with #59CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,207,222); }

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

background-color css

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

 a { background-color: rgb(89,207,222); }

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

border-color css

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

 span { border-color: rgb(89,207,222); }

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