Html Css Color HEX #59DCFC Turquoise Blue

📋 copy color: '#59DCFC'

red 89 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #59DCFC

Tints of Turquoise Blue #59DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 15.86%
G = 39.22%
B = 44.92%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#59DCFC (or 0x59DCFC) is known color: Turquoise Blue. HEX triplet: 59, DC and FC. RGB value is (89,220,252). Sum of RGB (Red+Green+Blue) = 89+220+252=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #59DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCFC is #A62303. Grayscale: #B8B8B8. Windows color (decimal): -10887940 or 16571481. OLE color: 16571481.

HSL color Cylindrical-coordinate representation of color #59DCFC: hue angle of 191.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59DCFC is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 220 252 -
CMYK 0.65 0.13 0 0.01
HSL 191.78º 0.96% 0.67% -
HSV(B) 191.78º 0.65% 0.99% -
XYZ 47.28 60.34 101.25 -
YUV 184.48 166.1 59.9 -
System Red Green Blue C M Y K H S L
Decimal 89 220 252 0.65 0.13 0 0.01 191.78 0.96 0.67
Hex 59 DC FC 41 D 0 1 C0 60 43
Octal 131 334 374 101 15 0 1 300 140 103
Binary 1011001 11011100 11111100 1000001 1101 0 1 11000000 1100000 1000011

Color Harmonies of #59DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DCFC

Black with #59DCFC

Text Example


Text Example

White with #59DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,220,252); }

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

background-color css

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

 a { background-color: rgb(89,220,252); }

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

border-color css

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

 span { border-color: rgb(89,220,252); }

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