Html Css Color HEX #59DDFE Turquoise Blue

📋 copy color: '#59DDFE'

red 89 ◦ green 221 ◦ blue 254

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

Shades of Turquoise Blue #59DDFE

Tints of Turquoise Blue #59DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.18%

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

R = 15.78%
G = 39.18%
B = 45.04%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#59DDFE (or 0x59DDFE) is known color: Turquoise Blue. HEX triplet: 59, DD and FE. RGB value is (89,221,254). Sum of RGB (Red+Green+Blue) = 89+221+254=564 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.78% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #59DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDFE is #A62201. Grayscale: #B9B9B9. Windows color (decimal): -10887682 or 16702809. OLE color: 16702809.

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

Color convert

RGB 89 221 254 -
CMYK 0.65 0.13 0 0.00
HSL 192º 0.99% 0.67% -
HSV(B) 192º 0.65% 1% -
XYZ 47.87 60.99 103.02 -
YUV 185.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 89 221 254 0.65 0.13 0 0.00 192 0.99 0.67
Hex 59 DD FE 41 D 0 0 C0 63 43
Octal 131 335 376 101 15 0 0 300 143 103
Binary 1011001 11011101 11111110 1000001 1101 0 0 11000000 1100011 1000011

Color Harmonies of #59DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDFE

Black with #59DDFE

Text Example


Text Example

White with #59DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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