Html Css Color HEX #57CDCD Medium Turquoise

📋 copy color: '#57CDCD'

red 87 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #57CDCD

Tints of Medium Turquoise #57CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 17.51%
G = 41.25%
B = 41.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57CDCD (or 0x57CDCD) is known color: Medium Turquoise. HEX triplet: 57, CD and CD. RGB value is (87,205,205). Sum of RGB (Red+Green+Blue) = 87+205+205=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #57CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDCD is #A83232. Grayscale: #A9A9A9. Windows color (decimal): -11022899 or 13487447. OLE color: 13487447.

HSL color Cylindrical-coordinate representation of color #57CDCD: hue angle of 180º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CDCD is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 205 205 -
CMYK 0.58 0 0 0.20
HSL 180º 0.54% 0.57% -
HSV(B) 180º 0.58% 0.8% -
XYZ 36.78 50.1 65.49 -
YUV 169.72 147.91 69 -
System Red Green Blue C M Y K H S L
Decimal 87 205 205 0.58 0 0 0.20 180 0.54 0.57
Hex 57 CD CD 3A 0 0 14 B4 36 39
Octal 127 315 315 72 0 0 24 264 66 71
Binary 1010111 11001101 11001101 111010 0 0 10100 10110100 110110 111001

Color Harmonies of #57CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDCD

Black with #57CDCD

Text Example


Text Example

White with #57CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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