Html Css Color HEX #57CED6 Medium Turquoise

📋 copy color: '#57CED6'

red 87 ◦ green 206 ◦ blue 214

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

Shades of Medium Turquoise #57CED6

Tints of Medium Turquoise #57CED6

RGB

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

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

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

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

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 87 206 214 -
CMYK 0.59 0.04 0 0.16
HSL 183.78º 0.61% 0.59% -
HSV(B) 183.78º 0.59% 0.84% -
XYZ 38.14 51.02 71.46 -
YUV 171.33 152.08 67.85 -
System Red Green Blue C M Y K H S L
Decimal 87 206 214 0.59 0.04 0 0.16 183.78 0.61 0.59
Hex 57 CE D6 3B 4 0 10 B8 3D 3B
Octal 127 316 326 73 4 0 20 270 75 73
Binary 1010111 11001110 11010110 111011 100 0 10000 10111000 111101 111011

Color Harmonies of #57CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CED6

Black with #57CED6

Text Example


Text Example

White with #57CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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