Html Css Color HEX #59DEFF Turquoise Blue

📋 copy color: '#59DEFF'

red 89 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #59DEFF

Tints of Turquoise Blue #59DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.22%

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

R = 15.72%
G = 39.22%
B = 45.05%

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

#59DEFF (or 0x59DEFF) is known color: Turquoise Blue. HEX triplet: 59, DE and FF. RGB value is (89,222,255). Sum of RGB (Red+Green+Blue) = 89+222+255=566 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.72% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #59DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DEFF is #A62100. Grayscale: #B9B9B9. Windows color (decimal): -10887425 or 16768601. OLE color: 16768601.

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

Color convert

RGB 89 222 255 -
CMYK 0.65 0.13 0 0
HSL 191.93º 1% 0.67% -
HSV(B) 191.93º 0.65% 1% -
XYZ 48.29 61.59 103.95 -
YUV 186 166.94 58.82 -
System Red Green Blue C M Y K H S L
Decimal 89 222 255 0.65 0.13 0 0 191.93 1 0.67
Hex 59 DE FF 41 D 0 0 C0 64 43
Octal 131 336 377 101 15 0 0 300 144 103
Binary 1011001 11011110 11111111 1000001 1101 0 0 11000000 1100100 1000011

Color Harmonies of #59DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DEFF

Black with #59DEFF

Text Example


Text Example

White with #59DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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