Html Css Color HEX #57CABC Medium Turquoise

📋 copy color: '#57CABC'

red 87 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #57CABC

Tints of Medium Turquoise #57CABC

RGB

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

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

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

R = 18.24%
G = 42.35%
B = 39.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#57CABC (or 0x57CABC) is known color: Medium Turquoise. HEX triplet: 57, CA and BC. RGB value is (87,202,188). Sum of RGB (Red+Green+Blue) = 87+202+188=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #57CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CABC is #A83543. Grayscale: #A5A5A5. Windows color (decimal): -11023684 or 12372567. OLE color: 12372567.

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

Color convert

RGB 87 202 188 -
CMYK 0.57 0 0.07 0.21
HSL 172.7º 0.52% 0.57% -
HSV(B) 172.7º 0.57% 0.79% -
XYZ 34.13 47.9 55.02 -
YUV 166.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 87 202 188 0.57 0 0.07 0.21 172.7 0.52 0.57
Hex 57 CA BC 39 0 7 15 AD 34 39
Octal 127 312 274 71 0 7 25 255 64 71
Binary 1010111 11001010 10111100 111001 0 111 10101 10101101 110100 111001

Color Harmonies of #57CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CABC

Black with #57CABC

Text Example


Text Example

White with #57CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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