Html Css Color HEX #57CABA Medium Turquoise

📋 copy color: '#57CABA'

red 87 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #57CABA

Tints of Medium Turquoise #57CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 18.32%
G = 42.53%
B = 39.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#57CABA (or 0x57CABA) is known color: Medium Turquoise. HEX triplet: 57, CA and BA. RGB value is (87,202,186). Sum of RGB (Red+Green+Blue) = 87+202+186=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #57CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CABA is #A83545. Grayscale: #A5A5A5. Windows color (decimal): -11023686 or 12241495. OLE color: 12241495.

HSL color Cylindrical-coordinate representation of color #57CABA: hue angle of 171.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CABA is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 202 186 -
CMYK 0.57 0 0.08 0.21
HSL 171.65º 0.52% 0.57% -
HSV(B) 171.65º 0.57% 0.79% -
XYZ 33.91 47.81 53.9 -
YUV 165.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 87 202 186 0.57 0 0.08 0.21 171.65 0.52 0.57
Hex 57 CA BA 39 0 8 15 AC 34 39
Octal 127 312 272 71 0 10 25 254 64 71
Binary 1010111 11001010 10111010 111001 0 1000 10101 10101100 110100 111001

Color Harmonies of #57CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CABA

Black with #57CABA

Text Example


Text Example

White with #57CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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