Html Css Color HEX #59DDFF Turquoise Blue

📋 copy color: '#59DDFF'

red 89 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #59DDFF

Tints of Turquoise Blue #59DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 15.75%
G = 39.12%
B = 45.13%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59DDFF (or 0x59DDFF) is known color: Turquoise Blue. HEX triplet: 59, DD and FF. RGB value is (89,221,255). Sum of RGB (Red+Green+Blue) = 89+221+255=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #59DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDFF is #A62200. Grayscale: #B9B9B9. Windows color (decimal): -10887681 or 16768345. OLE color: 16768345.

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

Color convert

RGB 89 221 255 -
CMYK 0.65 0.13 0 0
HSL 192.29º 1% 0.67% -
HSV(B) 192.29º 0.65% 1% -
XYZ 48.03 61.06 103.86 -
YUV 185.41 167.27 59.24 -
System Red Green Blue C M Y K H S L
Decimal 89 221 255 0.65 0.13 0 0 192.29 1 0.67
Hex 59 DD FF 41 D 0 0 C0 64 43
Octal 131 335 377 101 15 0 0 300 144 103
Binary 1011001 11011101 11111111 1000001 1101 0 0 11000000 1100100 1000011

Color Harmonies of #59DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDFF

Black with #59DDFF

Text Example


Text Example

White with #59DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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