Html Css Color HEX #59DBFC Turquoise Blue

📋 copy color: '#59DBFC'

red 89 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #59DBFC

Tints of Turquoise Blue #59DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 15.89%
G = 39.11%
B = 45%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#59DBFC (or 0x59DBFC) is known color: Turquoise Blue. HEX triplet: 59, DB and FC. RGB value is (89,219,252). Sum of RGB (Red+Green+Blue) = 89+219+252=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #59DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBFC is #A62403. Grayscale: #B7B7B7. Windows color (decimal): -10888196 or 16571225. OLE color: 16571225.

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

Color convert

RGB 89 219 252 -
CMYK 0.65 0.13 0 0.01
HSL 192.15º 0.96% 0.67% -
HSV(B) 192.15º 0.65% 0.99% -
XYZ 47.02 59.82 101.16 -
YUV 183.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 89 219 252 0.65 0.13 0 0.01 192.15 0.96 0.67
Hex 59 DB FC 41 D 0 1 C0 60 43
Octal 131 333 374 101 15 0 1 300 140 103
Binary 1011001 11011011 11111100 1000001 1101 0 1 11000000 1100000 1000011

Color Harmonies of #59DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBFC

Black with #59DBFC

Text Example


Text Example

White with #59DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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