Html Css Color HEX #57CEC2 Medium Turquoise

📋 copy color: '#57CEC2'

red 87 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #57CEC2

Tints of Medium Turquoise #57CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.3%

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

R = 17.86%
G = 42.3%
B = 39.84%

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

#57CEC2 (or 0x57CEC2) is known color: Medium Turquoise. HEX triplet: 57, CE and C2. RGB value is (87,206,194). Sum of RGB (Red+Green+Blue) = 87+206+194=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #57CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CEC2 is #A8313D. Grayscale: #A8A8A8. Windows color (decimal): -11022654 or 12766807. OLE color: 12766807.

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

Color convert

RGB 87 206 194 -
CMYK 0.58 0 0.06 0.19
HSL 173.95º 0.55% 0.57% -
HSV(B) 173.95º 0.58% 0.81% -
XYZ 35.74 50.06 58.82 -
YUV 169.05 142.08 69.48 -
System Red Green Blue C M Y K H S L
Decimal 87 206 194 0.58 0 0.06 0.19 173.95 0.55 0.57
Hex 57 CE C2 3A 0 6 13 AE 37 39
Octal 127 316 302 72 0 6 23 256 67 71
Binary 1010111 11001110 11000010 111010 0 110 10011 10101110 110111 111001

Color Harmonies of #57CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CEC2

Black with #57CEC2

Text Example


Text Example

White with #57CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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