Html Css Color HEX #59DAFC Turquoise Blue

📋 copy color: '#59DAFC'

red 89 ◦ green 218 ◦ blue 252

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

Shades of Turquoise Blue #59DAFC

Tints of Turquoise Blue #59DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39%

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

R = 15.92%
G = 39%
B = 45.08%

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

#59DAFC (or 0x59DAFC) is known color: Turquoise Blue. HEX triplet: 59, DA and FC. RGB value is (89,218,252). Sum of RGB (Red+Green+Blue) = 89+218+252=559 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.92% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #59DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DAFC is #A62503. Grayscale: #B7B7B7. Windows color (decimal): -10888452 or 16570969. OLE color: 16570969.

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

Color convert

RGB 89 218 252 -
CMYK 0.65 0.13 0 0.01
HSL 192.52º 0.96% 0.67% -
HSV(B) 192.52º 0.65% 0.99% -
XYZ 46.76 59.29 101.08 -
YUV 183.31 166.76 60.74 -
System Red Green Blue C M Y K H S L
Decimal 89 218 252 0.65 0.13 0 0.01 192.52 0.96 0.67
Hex 59 DA FC 41 D 0 1 C1 60 43
Octal 131 332 374 101 15 0 1 301 140 103
Binary 1011001 11011010 11111100 1000001 1101 0 1 11000001 1100000 1000011

Color Harmonies of #59DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DAFC

Black with #59DAFC

Text Example


Text Example

White with #59DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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