Html Css Color HEX #59CEDD Turquoise Blue

📋 copy color: '#59CEDD'

red 89 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #59CEDD

Tints of Turquoise Blue #59CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 17.25%
G = 39.92%
B = 42.83%

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

#59CEDD (or 0x59CEDD) is known color: Turquoise Blue. HEX triplet: 59, CE and DD. RGB value is (89,206,221). Sum of RGB (Red+Green+Blue) = 89+206+221=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #59CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CEDD is #A63122. Grayscale: #ACACAC. Windows color (decimal): -10891555 or 14536281. OLE color: 14536281.

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

Color convert

RGB 89 206 221 -
CMYK 0.60 0.07 0 0.13
HSL 186.82º 0.66% 0.61% -
HSV(B) 186.82º 0.6% 0.87% -
XYZ 39.24 51.49 76.28 -
YUV 172.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 89 206 221 0.60 0.07 0 0.13 186.82 0.66 0.61
Hex 59 CE DD 3C 7 0 D BB 42 3D
Octal 131 316 335 74 7 0 15 273 102 75
Binary 1011001 11001110 11011101 111100 111 0 1101 10111011 1000010 111101

Color Harmonies of #59CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CEDD

Black with #59CEDD

Text Example


Text Example

White with #59CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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