Html Css Color HEX #57CCC7 Medium Turquoise

📋 copy color: '#57CCC7'

red 87 ◦ green 204 ◦ blue 199

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

Shades of Medium Turquoise #57CCC7

Tints of Medium Turquoise #57CCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 17.76%
G = 41.63%
B = 40.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#57CCC7 (or 0x57CCC7) is known color: Medium Turquoise. HEX triplet: 57, CC and C7. RGB value is (87,204,199). Sum of RGB (Red+Green+Blue) = 87+204+199=490 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.76% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #57CCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCC7 is #A83338. Grayscale: #A8A8A8. Windows color (decimal): -11023161 or 13093975. OLE color: 13093975.

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

Color convert

RGB 87 204 199 -
CMYK 0.57 0 0.02 0.2
HSL 177.44º 0.53% 0.57% -
HSV(B) 177.44º 0.57% 0.8% -
XYZ 35.83 49.34 61.67 -
YUV 168.45 145.24 69.91 -
System Red Green Blue C M Y K H S L
Decimal 87 204 199 0.57 0 0.02 0.2 177.44 0.53 0.57
Hex 57 CC C7 39 0 2 14 B1 35 39
Octal 127 314 307 71 0 2 24 261 65 71
Binary 1010111 11001100 11000111 111001 0 10 10100 10110001 110101 111001

Color Harmonies of #57CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CCC7

Black with #57CCC7

Text Example


Text Example

White with #57CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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