Html Css Color HEX #57DDCC Medium Turquoise

📋 copy color: '#57DDCC'

red 87 ◦ green 221 ◦ blue 204

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

Shades of Medium Turquoise #57DDCC

Tints of Medium Turquoise #57DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 16.99%
G = 43.16%
B = 39.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#57DDCC (or 0x57DDCC) is known color: Medium Turquoise. HEX triplet: 57, DD and CC. RGB value is (87,221,204). Sum of RGB (Red+Green+Blue) = 87+221+204=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDCC is #A82233. Grayscale: #B2B2B2. Windows color (decimal): -11018804 or 13426007. OLE color: 13426007.

HSL color Cylindrical-coordinate representation of color #57DDCC: hue angle of 172.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDCC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 221 204 -
CMYK 0.61 0 0.08 0.13
HSL 172.39º 0.66% 0.6% -
HSV(B) 172.39º 0.61% 0.87% -
XYZ 40.69 58.1 66.2 -
YUV 179 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 87 221 204 0.61 0 0.08 0.13 172.39 0.66 0.6
Hex 57 DD CC 3D 0 8 D AC 42 3C
Octal 127 335 314 75 0 10 15 254 102 74
Binary 1010111 11011101 11001100 111101 0 1000 1101 10101100 1000010 111100

Color Harmonies of #57DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DDCC

Black with #57DDCC

Text Example


Text Example

White with #57DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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