Html Css Color HEX #59D3DE Turquoise Blue

📋 copy color: '#59D3DE'

red 89 ◦ green 211 ◦ blue 222

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

Shades of Turquoise Blue #59D3DE

Tints of Turquoise Blue #59D3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.42%

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

R = 17.05%
G = 40.42%
B = 42.53%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59D3DE (or 0x59D3DE) is known color: Turquoise Blue. HEX triplet: 59, D3 and DE. RGB value is (89,211,222). Sum of RGB (Red+Green+Blue) = 89+211+222=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #59D3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3DE is #A62C21. Grayscale: #AFAFAF. Windows color (decimal): -10890274 or 14603097. OLE color: 14603097.

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

Color convert

RGB 89 211 222 -
CMYK 0.60 0.05 0 0.13
HSL 184.96º 0.67% 0.61% -
HSV(B) 184.96º 0.6% 0.87% -
XYZ 40.6 53.99 77.39 -
YUV 175.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 89 211 222 0.60 0.05 0 0.13 184.96 0.67 0.61
Hex 59 D3 DE 3C 5 0 D B9 43 3D
Octal 131 323 336 74 5 0 15 271 103 75
Binary 1011001 11010011 11011110 111100 101 0 1101 10111001 1000011 111101

Color Harmonies of #59D3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D3DE

Black with #59D3DE

Text Example


Text Example

White with #59D3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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