Html Css Color HEX #59FBDC Turquoise

📋 copy color: '#59FBDC'

red 89 ◦ green 251 ◦ blue 220

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

Shades of Turquoise #59FBDC

Tints of Turquoise #59FBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.82%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 15.89%
G = 44.82%
B = 39.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#59FBDC (or 0x59FBDC) is known color: Turquoise. HEX triplet: 59, FB and DC. RGB value is (89,251,220). Sum of RGB (Red+Green+Blue) = 89+251+220=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #59FBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FBDC is #A60423. Grayscale: #C6C6C6. Windows color (decimal): -10880036 or 14482265. OLE color: 14482265.

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

Color convert

RGB 89 251 220 -
CMYK 0.65 0 0.12 0.02
HSL 168.52º 0.95% 0.67% -
HSV(B) 168.52º 0.65% 0.98% -
XYZ 51.54 76.29 79.72 -
YUV 199.03 139.83 49.52 -
System Red Green Blue C M Y K H S L
Decimal 89 251 220 0.65 0 0.12 0.02 168.52 0.95 0.67
Hex 59 FB DC 41 0 C 2 A9 5F 43
Octal 131 373 334 101 0 14 2 251 137 103
Binary 1011001 11111011 11011100 1000001 0 1100 10 10101001 1011111 1000011

Color Harmonies of #59FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FBDC

Black with #59FBDC

Text Example


Text Example

White with #59FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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