Html Css Color HEX #57D6CE Medium Turquoise

📋 copy color: '#57D6CE'

red 87 ◦ green 214 ◦ blue 206

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

Shades of Medium Turquoise #57D6CE

Tints of Medium Turquoise #57D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 17.16%
G = 42.21%
B = 40.63%

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

#57D6CE (or 0x57D6CE) is known color: Medium Turquoise. HEX triplet: 57, D6 and CE. RGB value is (87,214,206). Sum of RGB (Red+Green+Blue) = 87+214+206=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #57D6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D6CE is #A82931. Grayscale: #AFAFAF. Windows color (decimal): -11020594 or 13555287. OLE color: 13555287.

HSL color Cylindrical-coordinate representation of color #57D6CE: hue angle of 176.22º degrees, saturation: 0.61, 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 #57D6CE is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 214 206 -
CMYK 0.59 0 0.04 0.16
HSL 176.22º 0.61% 0.59% -
HSV(B) 176.22º 0.59% 0.84% -
XYZ 39.12 54.58 66.86 -
YUV 175.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 87 214 206 0.59 0 0.04 0.16 176.22 0.61 0.59
Hex 57 D6 CE 3B 0 4 10 B0 3D 3B
Octal 127 326 316 73 0 4 20 260 75 73
Binary 1010111 11010110 11001110 111011 0 100 10000 10110000 111101 111011

Color Harmonies of #57D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D6CE

Black with #57D6CE

Text Example


Text Example

White with #57D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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