Html Css Color HEX #59DAFE Turquoise Blue

📋 copy color: '#59DAFE'

red 89 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #59DAFE

Tints of Turquoise Blue #59DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 15.86%
G = 38.86%
B = 45.28%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#59DAFE (or 0x59DAFE) is known color: Turquoise Blue. HEX triplet: 59, DA and FE. RGB value is (89,218,254). Sum of RGB (Red+Green+Blue) = 89+218+254=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #59DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DAFE is #A62501. Grayscale: #B7B7B7. Windows color (decimal): -10888450 or 16702041. OLE color: 16702041.

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

Color convert

RGB 89 218 254 -
CMYK 0.65 0.14 0 0.00
HSL 193.09º 0.99% 0.67% -
HSV(B) 193.09º 0.65% 1% -
XYZ 47.08 59.42 102.75 -
YUV 183.53 167.76 60.57 -
System Red Green Blue C M Y K H S L
Decimal 89 218 254 0.65 0.14 0 0.00 193.09 0.99 0.67
Hex 59 DA FE 41 E 0 0 C1 63 43
Octal 131 332 376 101 16 0 0 301 143 103
Binary 1011001 11011010 11111110 1000001 1110 0 0 11000001 1100011 1000011

Color Harmonies of #59DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DAFE

Black with #59DAFE

Text Example


Text Example

White with #59DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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