Html Css Color HEX #57CFC5 Medium Turquoise

📋 copy color: '#57CFC5'

red 87 ◦ green 207 ◦ blue 197

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

Shades of Medium Turquoise #57CFC5

Tints of Medium Turquoise #57CFC5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.16%

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 17.72%
G = 42.16%
B = 40.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#57CFC5 (or 0x57CFC5) is known color: Medium Turquoise. HEX triplet: 57, CF and C5. RGB value is (87,207,197). Sum of RGB (Red+Green+Blue) = 87+207+197=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFC5 is #A8303A. Grayscale: #A9A9A9. Windows color (decimal): -11022395 or 12963671. OLE color: 12963671.

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

Color convert

RGB 87 207 197 -
CMYK 0.58 0 0.05 0.19
HSL 175º 0.56% 0.58% -
HSV(B) 175º 0.58% 0.81% -
XYZ 36.32 50.68 60.69 -
YUV 169.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 87 207 197 0.58 0 0.05 0.19 175 0.56 0.58
Hex 57 CF C5 3A 0 5 13 AF 38 3A
Octal 127 317 305 72 0 5 23 257 70 72
Binary 1010111 11001111 11000101 111010 0 101 10011 10101111 111000 111010

Color Harmonies of #57CFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFC5

Black with #57CFC5

Text Example


Text Example

White with #57CFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,207,197); }

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

background-color css

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

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

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

border-color css

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

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

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