Html Css Color HEX #59FBDF Turquoise

📋 copy color: '#59FBDF'

red 89 ◦ green 251 ◦ blue 223

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

Shades of Turquoise #59FBDF

Tints of Turquoise #59FBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 15.81%
G = 44.58%
B = 39.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#59FBDF (or 0x59FBDF) is known color: Turquoise. HEX triplet: 59, FB and DF. RGB value is (89,251,223). Sum of RGB (Red+Green+Blue) = 89+251+223=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #59FBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FBDF is #A60420. Grayscale: #C7C7C7. Windows color (decimal): -10880033 or 14678873. OLE color: 14678873.

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

Color convert

RGB 89 251 223 -
CMYK 0.65 0 0.11 0.02
HSL 169.63º 0.95% 0.67% -
HSV(B) 169.63º 0.65% 0.98% -
XYZ 51.94 76.45 81.83 -
YUV 199.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 89 251 223 0.65 0 0.11 0.02 169.63 0.95 0.67
Hex 59 FB DF 41 0 B 2 AA 5F 43
Octal 131 373 337 101 0 13 2 252 137 103
Binary 1011001 11111011 11011111 1000001 0 1011 10 10101010 1011111 1000011

Color Harmonies of #59FBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FBDF

Black with #59FBDF

Text Example


Text Example

White with #59FBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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