Html Css Color HEX #57CFC2 Medium Turquoise

📋 copy color: '#57CFC2'

red 87 ◦ green 207 ◦ blue 194

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

Shades of Medium Turquoise #57CFC2

Tints of Medium Turquoise #57CFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 17.83%
G = 42.42%
B = 39.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#57CFC2 (or 0x57CFC2) is known color: Medium Turquoise. HEX triplet: 57, CF and C2. RGB value is (87,207,194). Sum of RGB (Red+Green+Blue) = 87+207+194=488 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.83% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFC2 is #A8303D. Grayscale: #A9A9A9. Windows color (decimal): -11022398 or 12767063. OLE color: 12767063.

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

Color convert

RGB 87 207 194 -
CMYK 0.58 0 0.06 0.19
HSL 173.5º 0.56% 0.58% -
HSV(B) 173.5º 0.58% 0.81% -
XYZ 35.98 50.55 58.9 -
YUV 169.64 141.74 69.06 -
System Red Green Blue C M Y K H S L
Decimal 87 207 194 0.58 0 0.06 0.19 173.5 0.56 0.58
Hex 57 CF C2 3A 0 6 13 AE 38 3A
Octal 127 317 302 72 0 6 23 256 70 72
Binary 1010111 11001111 11000010 111010 0 110 10011 10101110 111000 111010

Color Harmonies of #57CFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFC2

Black with #57CFC2

Text Example


Text Example

White with #57CFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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