Html Css Color HEX #57CECC Medium Turquoise

📋 copy color: '#57CECC'

red 87 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #57CECC

Tints of Medium Turquoise #57CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

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

R = 17.51%
G = 41.45%
B = 41.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#57CECC (or 0x57CECC) is known color: Medium Turquoise. HEX triplet: 57, CE and CC. RGB value is (87,206,204). Sum of RGB (Red+Green+Blue) = 87+206+204=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #57CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CECC is #A83133. Grayscale: #AAAAAA. Windows color (decimal): -11022644 or 13422167. OLE color: 13422167.

HSL color Cylindrical-coordinate representation of color #57CECC: hue angle of 178.99º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CECC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 206 204 -
CMYK 0.58 0 0.01 0.19
HSL 178.99º 0.55% 0.57% -
HSV(B) 178.99º 0.58% 0.81% -
XYZ 36.9 50.53 64.93 -
YUV 170.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 87 206 204 0.58 0 0.01 0.19 178.99 0.55 0.57
Hex 57 CE CC 3A 0 1 13 B3 37 39
Octal 127 316 314 72 0 1 23 263 67 71
Binary 1010111 11001110 11001100 111010 0 1 10011 10110011 110111 111001

Color Harmonies of #57CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CECC

Black with #57CECC

Text Example


Text Example

White with #57CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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