Html Css Color HEX #57E1CB Turquoise

📋 copy color: '#57E1CB'

red 87 ◦ green 225 ◦ blue 203

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

Shades of Turquoise #57E1CB

Tints of Turquoise #57E1CB

RGB

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

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

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

R = 16.89%
G = 43.69%
B = 39.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#57E1CB (or 0x57E1CB) is known color: Turquoise. HEX triplet: 57, E1 and CB. RGB value is (87,225,203). Sum of RGB (Red+Green+Blue) = 87+225+203=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1CB is #A81E34. Grayscale: #B5B5B5. Windows color (decimal): -11017781 or 13361495. OLE color: 13361495.

HSL color Cylindrical-coordinate representation of color #57E1CB: hue angle of 170.43º 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 #57E1CB is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 203 -
CMYK 0.61 0 0.10 0.12
HSL 170.43º 0.7% 0.61% -
HSV(B) 170.43º 0.61% 0.88% -
XYZ 41.64 60.19 65.92 -
YUV 181.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 87 225 203 0.61 0 0.10 0.12 170.43 0.7 0.61
Hex 57 E1 CB 3D 0 A C AA 46 3D
Octal 127 341 313 75 0 12 14 252 106 75
Binary 1010111 11100001 11001011 111101 0 1010 1100 10101010 1000110 111101

Color Harmonies of #57E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1CB

Black with #57E1CB

Text Example


Text Example

White with #57E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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