Html Css Color HEX #57CCCD Medium Turquoise

📋 copy color: '#57CCCD'

red 87 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #57CCCD

Tints of Medium Turquoise #57CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 17.54%
G = 41.13%
B = 41.33%

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57CCCD (or 0x57CCCD) is known color: Medium Turquoise. HEX triplet: 57, CC and CD. RGB value is (87,204,205). Sum of RGB (Red+Green+Blue) = 87+204+205=496 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.54% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #57CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCCD is #A83332. Grayscale: #A9A9A9. Windows color (decimal): -11023155 or 13487191. OLE color: 13487191.

HSL color Cylindrical-coordinate representation of color #57CCCD: hue angle of 180.51º 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 #57CCCD is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 204 205 -
CMYK 0.58 0.00 0 0.20
HSL 180.51º 0.54% 0.57% -
HSV(B) 180.51º 0.58% 0.8% -
XYZ 36.54 49.62 65.41 -
YUV 169.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 87 204 205 0.58 0.00 0 0.20 180.51 0.54 0.57
Hex 57 CC CD 3A 0 0 14 B5 36 39
Octal 127 314 315 72 0 0 24 265 66 71
Binary 1010111 11001100 11001101 111010 0 0 10100 10110101 110110 111001

Color Harmonies of #57CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CCCD

Black with #57CCCD

Text Example


Text Example

White with #57CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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