Html Css Color HEX #57C4CB Medium Turquoise

📋 copy color: '#57C4CB'

red 87 ◦ green 196 ◦ blue 203

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

Shades of Medium Turquoise #57C4CB

Tints of Medium Turquoise #57C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.33%

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

R = 17.9%
G = 40.33%
B = 41.77%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57C4CB (or 0x57C4CB) is known color: Medium Turquoise. HEX triplet: 57, C4 and CB. RGB value is (87,196,203). Sum of RGB (Red+Green+Blue) = 87+196+203=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #57C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4CB is #A83B34. Grayscale: #A4A4A4. Windows color (decimal): -11025205 or 13354071. OLE color: 13354071.

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

Color convert

RGB 87 196 203 -
CMYK 0.57 0.03 0 0.20
HSL 183.62º 0.53% 0.57% -
HSV(B) 183.62º 0.57% 0.8% -
XYZ 34.45 45.82 63.53 -
YUV 164.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 87 196 203 0.57 0.03 0 0.20 183.62 0.53 0.57
Hex 57 C4 CB 39 3 0 14 B8 35 39
Octal 127 304 313 71 3 0 24 270 65 71
Binary 1010111 11000100 11001011 111001 11 0 10100 10111000 110101 111001

Color Harmonies of #57C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C4CB

Black with #57C4CB

Text Example


Text Example

White with #57C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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