Html Css Color HEX #59F6CC Turquoise

📋 copy color: '#59F6CC'

red 89 ◦ green 246 ◦ blue 204

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

Shades of Turquoise #59F6CC

Tints of Turquoise #59F6CC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.64%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 16.51%
G = 45.64%
B = 37.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#59F6CC (or 0x59F6CC) is known color: Turquoise. HEX triplet: 59, F6 and CC. RGB value is (89,246,204). Sum of RGB (Red+Green+Blue) = 89+246+204=539 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.51% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #59F6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F6CC is #A60933. Grayscale: #C2C2C2. Windows color (decimal): -10881332 or 13432409. OLE color: 13432409.

HSL color Cylindrical-coordinate representation of color #59F6CC: hue angle of 163.95º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F6CC is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 246 204 -
CMYK 0.64 0 0.17 0.04
HSL 163.95º 0.9% 0.66% -
HSV(B) 163.95º 0.64% 0.96% -
XYZ 47.97 72.4 68.57 -
YUV 194.27 133.49 52.92 -
System Red Green Blue C M Y K H S L
Decimal 89 246 204 0.64 0 0.17 0.04 163.95 0.9 0.66
Hex 59 F6 CC 40 0 11 4 A4 5A 42
Octal 131 366 314 100 0 21 4 244 132 102
Binary 1011001 11110110 11001100 1000000 0 10001 100 10100100 1011010 1000010

Color Harmonies of #59F6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F6CC

Black with #59F6CC

Text Example


Text Example

White with #59F6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,246,204); }

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

background-color css

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

 a { background-color: rgb(89,246,204); }

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

border-color css

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

 span { border-color: rgb(89,246,204); }

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