Html Css Color HEX #57E1CD Turquoise

📋 copy color: '#57E1CD'

red 87 ◦ green 225 ◦ blue 205

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

Shades of Turquoise #57E1CD

Tints of Turquoise #57E1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 16.83%
G = 43.52%
B = 39.65%

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

#57E1CD (or 0x57E1CD) is known color: Turquoise. HEX triplet: 57, E1 and CD. RGB value is (87,225,205). Sum of RGB (Red+Green+Blue) = 87+225+205=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1CD is #A81E32. Grayscale: #B5B5B5. Windows color (decimal): -11017779 or 13492567. OLE color: 13492567.

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

Color convert

RGB 87 225 205 -
CMYK 0.61 0 0.09 0.12
HSL 171.3º 0.7% 0.61% -
HSV(B) 171.3º 0.61% 0.88% -
XYZ 41.88 60.28 67.19 -
YUV 181.46 141.28 60.63 -
System Red Green Blue C M Y K H S L
Decimal 87 225 205 0.61 0 0.09 0.12 171.3 0.7 0.61
Hex 57 E1 CD 3D 0 9 C AB 46 3D
Octal 127 341 315 75 0 11 14 253 106 75
Binary 1010111 11100001 11001101 111101 0 1001 1100 10101011 1000110 111101

Color Harmonies of #57E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1CD

Black with #57E1CD

Text Example


Text Example

White with #57E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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