Html Css Color HEX #59D3FC Turquoise Blue

📋 copy color: '#59D3FC'

red 89 ◦ green 211 ◦ blue 252

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

Shades of Turquoise Blue #59D3FC

Tints of Turquoise Blue #59D3FC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

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

R = 16.12%
G = 38.22%
B = 45.65%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#59D3FC (or 0x59D3FC) is known color: Turquoise Blue. HEX triplet: 59, D3 and FC. RGB value is (89,211,252). Sum of RGB (Red+Green+Blue) = 89+211+252=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #59D3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D3FC is #A62C03. Grayscale: #B2B2B2. Windows color (decimal): -10890244 or 16569177. OLE color: 16569177.

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

Color convert

RGB 89 211 252 -
CMYK 0.65 0.16 0 0.01
HSL 195.09º 0.96% 0.67% -
HSV(B) 195.09º 0.65% 0.99% -
XYZ 44.98 55.74 100.48 -
YUV 179.2 169.08 63.67 -
System Red Green Blue C M Y K H S L
Decimal 89 211 252 0.65 0.16 0 0.01 195.09 0.96 0.67
Hex 59 D3 FC 41 10 0 1 C3 60 43
Octal 131 323 374 101 20 0 1 303 140 103
Binary 1011001 11010011 11111100 1000001 10000 0 1 11000011 1100000 1000011

Color Harmonies of #59D3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D3FC

Black with #59D3FC

Text Example


Text Example

White with #59D3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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