Html Css Color HEX #59F1CB Turquoise

📋 copy color: '#59F1CB'

red 89 ◦ green 241 ◦ blue 203

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

Shades of Turquoise #59F1CB

Tints of Turquoise #59F1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.22%

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 16.7%
G = 45.22%
B = 38.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#59F1CB (or 0x59F1CB) is known color: Turquoise. HEX triplet: 59, F1 and CB. RGB value is (89,241,203). Sum of RGB (Red+Green+Blue) = 89+241+203=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F1CB is #A60E34. Grayscale: #BFBFBF. Windows color (decimal): -10882613 or 13365593. OLE color: 13365593.

HSL color Cylindrical-coordinate representation of color #59F1CB: hue angle of 165º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1CB is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 241 203 -
CMYK 0.63 0 0.16 0.05
HSL 165º 0.84% 0.65% -
HSV(B) 165º 0.63% 0.95% -
XYZ 46.35 69.35 67.44 -
YUV 191.22 134.64 55.09 -
System Red Green Blue C M Y K H S L
Decimal 89 241 203 0.63 0 0.16 0.05 165 0.84 0.65
Hex 59 F1 CB 3F 0 10 5 A5 54 41
Octal 131 361 313 77 0 20 5 245 124 101
Binary 1011001 11110001 11001011 111111 0 10000 101 10100101 1010100 1000001

Color Harmonies of #59F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F1CB

Black with #59F1CB

Text Example


Text Example

White with #59F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,241,203); }

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

background-color css

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

 a { background-color: rgb(89,241,203); }

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

border-color css

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

 span { border-color: rgb(89,241,203); }

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