Html Css Color HEX #57CACB Medium Turquoise

📋 copy color: '#57CACB'

red 87 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #57CACB

Tints of Medium Turquoise #57CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

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

R = 17.68%
G = 41.06%
B = 41.26%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57CACB (or 0x57CACB) is known color: Medium Turquoise. HEX triplet: 57, CA and CB. RGB value is (87,202,203). Sum of RGB (Red+Green+Blue) = 87+202+203=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #57CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CACB is #A83534. Grayscale: #A7A7A7. Windows color (decimal): -11023669 or 13355607. OLE color: 13355607.

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

Color convert

RGB 87 202 203 -
CMYK 0.57 0.00 0 0.20
HSL 180.52º 0.53% 0.57% -
HSV(B) 180.52º 0.57% 0.8% -
XYZ 35.83 48.58 63.99 -
YUV 167.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 87 202 203 0.57 0.00 0 0.20 180.52 0.53 0.57
Hex 57 CA CB 39 0 0 14 B5 35 39
Octal 127 312 313 71 0 0 24 265 65 71
Binary 1010111 11001010 11001011 111001 0 0 10100 10110101 110101 111001

Color Harmonies of #57CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CACB

Black with #57CACB

Text Example


Text Example

White with #57CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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