Html Css Color HEX #57C3CB Medium Turquoise

📋 copy color: '#57C3CB'

red 87 ◦ green 195 ◦ blue 203

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

Shades of Medium Turquoise #57C3CB

Tints of Medium Turquoise #57C3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 17.94%
G = 40.21%
B = 41.86%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57C3CB (or 0x57C3CB) is known color: Medium Turquoise. HEX triplet: 57, C3 and CB. RGB value is (87,195,203). Sum of RGB (Red+Green+Blue) = 87+195+203=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #57C3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C3CB is #A83C34. Grayscale: #A3A3A3. Windows color (decimal): -11025461 or 13353815. OLE color: 13353815.

HSL color Cylindrical-coordinate representation of color #57C3CB: hue angle of 184.14º 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 #57C3CB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 195 203 -
CMYK 0.57 0.04 0 0.20
HSL 184.14º 0.53% 0.57% -
HSV(B) 184.14º 0.57% 0.8% -
XYZ 34.23 45.37 63.45 -
YUV 163.62 150.22 73.35 -
System Red Green Blue C M Y K H S L
Decimal 87 195 203 0.57 0.04 0 0.20 184.14 0.53 0.57
Hex 57 C3 CB 39 4 0 14 B8 35 39
Octal 127 303 313 71 4 0 24 270 65 71
Binary 1010111 11000011 11001011 111001 100 0 10100 10111000 110101 111001

Color Harmonies of #57C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C3CB

Black with #57C3CB

Text Example


Text Example

White with #57C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,195,203); }

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

background-color css

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

 a { background-color: rgb(87,195,203); }

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

border-color css

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

 span { border-color: rgb(87,195,203); }

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