Html Css Color HEX #59DBFB Turquoise Blue

📋 copy color: '#59DBFB'

red 89 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #59DBFB

Tints of Turquoise Blue #59DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 15.92%
G = 39.18%
B = 44.9%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#59DBFB (or 0x59DBFB) is known color: Turquoise Blue. HEX triplet: 59, DB and FB. RGB value is (89,219,251). Sum of RGB (Red+Green+Blue) = 89+219+251=559 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.92% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #59DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBFB is #A62404. Grayscale: #B7B7B7. Windows color (decimal): -10888197 or 16505689. OLE color: 16505689.

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

Color convert

RGB 89 219 251 -
CMYK 0.65 0.13 0 0.02
HSL 191.85º 0.95% 0.67% -
HSV(B) 191.85º 0.65% 0.98% -
XYZ 46.86 59.75 100.33 -
YUV 183.78 165.93 60.4 -
System Red Green Blue C M Y K H S L
Decimal 89 219 251 0.65 0.13 0 0.02 191.85 0.95 0.67
Hex 59 DB FB 41 D 0 2 C0 5F 43
Octal 131 333 373 101 15 0 2 300 137 103
Binary 1011001 11011011 11111011 1000001 1101 0 10 11000000 1011111 1000011

Color Harmonies of #59DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBFB

Black with #59DBFB

Text Example


Text Example

White with #59DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,219,251); }

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

background-color css

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

 a { background-color: rgb(89,219,251); }

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

border-color css

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

 span { border-color: rgb(89,219,251); }

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