#51CABA

Color #51CABA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #51CABA

Tints of Medium Turquoise #51CABA

Color information

#51CABA (or 0x51CABA) is unknown color: approx Medium Turquoise. HEX triplet: 51, CA and BA. RGB value is (81,202,186). Sum of RGB (Red+Green+Blue) = 81+202+186=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #51CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CABA is #AE3545. Grayscale: #A3A3A3. Windows color (decimal): -11416902 or 12241489. OLE color: 12241489.

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

Color convert

RGB81202186-
CMYK0.6000.080.21
HSL172.07º53.3%55.49%-
HSV(B)172.07º59.9%79.22%-
XYZ33.3847.5453.87-
YUV164140.4168.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.27%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=17.27%
G=43.07%
B=39.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021860.6000.080.21172.0753.355.49
Hex51CABA3C0815ac3537
Octal12131227274010252546567
Binary10100011100101010111010111100010001010110101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51CABA;
 }
 .AnyTagClassName
 {
   color: #51CABA;
 }
</style>
background-color css

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

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

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

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

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

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