Html Css Color HEX #57CEBC Medium Turquoise

📋 copy color: '#57CEBC'

red 87 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #57CEBC

Tints of Medium Turquoise #57CEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 18.09%
G = 42.83%
B = 39.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#57CEBC (or 0x57CEBC) is known color: Medium Turquoise. HEX triplet: 57, CE and BC. RGB value is (87,206,188). Sum of RGB (Red+Green+Blue) = 87+206+188=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #57CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CEBC is #A83143. Grayscale: #A8A8A8. Windows color (decimal): -11022660 or 12373591. OLE color: 12373591.

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

Color convert

RGB 87 206 188 -
CMYK 0.58 0 0.09 0.19
HSL 170.92º 0.55% 0.57% -
HSV(B) 170.92º 0.58% 0.81% -
XYZ 35.08 49.8 55.34 -
YUV 168.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 87 206 188 0.58 0 0.09 0.19 170.92 0.55 0.57
Hex 57 CE BC 3A 0 9 13 AB 37 39
Octal 127 316 274 72 0 11 23 253 67 71
Binary 1010111 11001110 10111100 111010 0 1001 10011 10101011 110111 111001

Color Harmonies of #57CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CEBC

Black with #57CEBC

Text Example


Text Example

White with #57CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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