Html Css Color HEX #59D4FF Turquoise Blue

📋 copy color: '#59D4FF'

red 89 ◦ green 212 ◦ blue 255

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

Shades of Turquoise Blue #59D4FF

Tints of Turquoise Blue #59D4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

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

R = 16.01%
G = 38.13%
B = 45.86%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59D4FF (or 0x59D4FF) is known color: Turquoise Blue. HEX triplet: 59, D4 and FF. RGB value is (89,212,255). Sum of RGB (Red+Green+Blue) = 89+212+255=556 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.01% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #59D4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D4FF is #A62B00. Grayscale: #B3B3B3. Windows color (decimal): -10889985 or 16766041. OLE color: 16766041.

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

Color convert

RGB 89 212 255 -
CMYK 0.65 0.17 0 0
HSL 195.54º 1% 0.67% -
HSV(B) 195.54º 0.65% 1% -
XYZ 45.71 56.43 103.09 -
YUV 180.13 170.25 63 -
System Red Green Blue C M Y K H S L
Decimal 89 212 255 0.65 0.17 0 0 195.54 1 0.67
Hex 59 D4 FF 41 11 0 0 C4 64 43
Octal 131 324 377 101 21 0 0 304 144 103
Binary 1011001 11010100 11111111 1000001 10001 0 0 11000100 1100100 1000011

Color Harmonies of #59D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D4FF

Black with #59D4FF

Text Example


Text Example

White with #59D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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