Html Css Color HEX #57D1CC Medium Turquoise

📋 copy color: '#57D1CC'

red 87 ◦ green 209 ◦ blue 204

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

Shades of Medium Turquoise #57D1CC

Tints of Medium Turquoise #57D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

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

R = 17.4%
G = 41.8%
B = 40.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#57D1CC (or 0x57D1CC) is known color: Medium Turquoise. HEX triplet: 57, D1 and CC. RGB value is (87,209,204). Sum of RGB (Red+Green+Blue) = 87+209+204=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #57D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D1CC is #A82E33. Grayscale: #ABABAB. Windows color (decimal): -11021876 or 13422935. OLE color: 13422935.

HSL color Cylindrical-coordinate representation of color #57D1CC: hue angle of 177.54º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D1CC is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 209 204 -
CMYK 0.58 0 0.02 0.18
HSL 177.54º 0.57% 0.58% -
HSV(B) 177.54º 0.58% 0.82% -
XYZ 37.63 51.99 65.18 -
YUV 171.95 146.08 67.41 -
System Red Green Blue C M Y K H S L
Decimal 87 209 204 0.58 0 0.02 0.18 177.54 0.57 0.58
Hex 57 D1 CC 3A 0 2 12 B2 39 3A
Octal 127 321 314 72 0 2 22 262 71 72
Binary 1010111 11010001 11001100 111010 0 10 10010 10110010 111001 111010

Color Harmonies of #57D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D1CC

Black with #57D1CC

Text Example


Text Example

White with #57D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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