Html Css Color HEX #57E1CC Turquoise

📋 copy color: '#57E1CC'

red 87 ◦ green 225 ◦ blue 204

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

Shades of Turquoise #57E1CC

Tints of Turquoise #57E1CC

RGB

 RED value IS 87 (34.38% from 255) = 16.86%

 GREEN value IS 225 (88.28% from 255) = 43.6%

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

R = 16.86%
G = 43.6%
B = 39.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#57E1CC (or 0x57E1CC) is known color: Turquoise. HEX triplet: 57, E1 and CC. RGB value is (87,225,204). Sum of RGB (Red+Green+Blue) = 87+225+204=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1CC is #A81E33. Grayscale: #B5B5B5. Windows color (decimal): -11017780 or 13427031. OLE color: 13427031.

HSL color Cylindrical-coordinate representation of color #57E1CC: hue angle of 170.87º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1CC is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 204 -
CMYK 0.61 0 0.09 0.12
HSL 170.87º 0.7% 0.61% -
HSV(B) 170.87º 0.61% 0.88% -
XYZ 41.75 60.24 66.55 -
YUV 181.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 87 225 204 0.61 0 0.09 0.12 170.87 0.7 0.61
Hex 57 E1 CC 3D 0 9 C AB 46 3D
Octal 127 341 314 75 0 11 14 253 106 75
Binary 1010111 11100001 11001100 111101 0 1001 1100 10101011 1000110 111101

Color Harmonies of #57E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1CC

Black with #57E1CC

Text Example


Text Example

White with #57E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57E1CC; }

 p { color: rgb(87,225,204); }

 H1.HeaderClassName
 {
   color: #57E1CC;
 }
 .AnyTagClassName
 {
   color: #57E1CC;
 }
</style>

background-color css

<style>
 a { background-color: #57E1CC; }

 a { background-color: rgb(87,225,204); }

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

border-color css

<style>
 span { border-color: #57E1CC; }

 span { border-color: rgb(87,225,204); }

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