Html Css Color HEX #57D5CC Medium Turquoise

📋 copy color: '#57D5CC'

red 87 ◦ green 213 ◦ blue 204

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

Shades of Medium Turquoise #57D5CC

Tints of Medium Turquoise #57D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 17.26%
G = 42.26%
B = 40.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#57D5CC (or 0x57D5CC) is known color: Medium Turquoise. HEX triplet: 57, D5 and CC. RGB value is (87,213,204). Sum of RGB (Red+Green+Blue) = 87+213+204=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #57D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D5CC is #A82A33. Grayscale: #AEAEAE. Windows color (decimal): -11020852 or 13423959. OLE color: 13423959.

HSL color Cylindrical-coordinate representation of color #57D5CC: hue angle of 175.71º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D5CC is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 213 204 -
CMYK 0.59 0 0.04 0.16
HSL 175.71º 0.6% 0.59% -
HSV(B) 175.71º 0.59% 0.84% -
XYZ 38.62 53.97 65.51 -
YUV 174.3 144.76 65.73 -
System Red Green Blue C M Y K H S L
Decimal 87 213 204 0.59 0 0.04 0.16 175.71 0.6 0.59
Hex 57 D5 CC 3B 0 4 10 B0 3C 3B
Octal 127 325 314 73 0 4 20 260 74 73
Binary 1010111 11010101 11001100 111011 0 100 10000 10110000 111100 111011

Color Harmonies of #57D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D5CC

Black with #57D5CC

Text Example


Text Example

White with #57D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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