Html Css Color HEX #57CDCE Medium Turquoise

📋 copy color: '#57CDCE'

red 87 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #57CDCE

Tints of Medium Turquoise #57CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.16%

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

R = 17.47%
G = 41.16%
B = 41.37%

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57CDCE (or 0x57CDCE) is known color: Medium Turquoise. HEX triplet: 57, CD and CE. RGB value is (87,205,206). Sum of RGB (Red+Green+Blue) = 87+205+206=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #57CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDCE is #A83231. Grayscale: #A9A9A9. Windows color (decimal): -11022898 or 13552983. OLE color: 13552983.

HSL color Cylindrical-coordinate representation of color #57CDCE: hue angle of 180.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CDCE is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 205 206 -
CMYK 0.58 0.00 0 0.19
HSL 180.5º 0.55% 0.57% -
HSV(B) 180.5º 0.58% 0.81% -
XYZ 36.9 50.15 66.13 -
YUV 169.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 87 205 206 0.58 0.00 0 0.19 180.5 0.55 0.57
Hex 57 CD CE 3A 0 0 13 B5 37 39
Octal 127 315 316 72 0 0 23 265 67 71
Binary 1010111 11001101 11001110 111010 0 0 10011 10110101 110111 111001

Color Harmonies of #57CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDCE

Black with #57CDCE

Text Example


Text Example

White with #57CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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