#51CBBB

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

Shades of Medium Turquoise #51CBBB

Tints of Medium Turquoise #51CBBB

Color information

#51CBBB (or 0x51CBBB) is unknown color: approx Medium Turquoise. HEX triplet: 51, CB and BB. RGB value is (81,203,187). Sum of RGB (Red+Green+Blue) = 81+203+187=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBBB is #AE3444. Grayscale: #A4A4A4. Windows color (decimal): -11416645 or 12307281. OLE color: 12307281.

HSL color Cylindrical-coordinate representation of color #51CBBB: hue angle of 172.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CBBB is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB81203187-
CMYK0.6000.080.20
HSL172.13º53.98%55.69%-
HSV(B)172.13º60.1%79.61%-
XYZ33.7248.0554.51-
YUV164.7140.5868.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.20%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=17.20%
G=43.10%
B=39.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812031870.6000.080.20172.1353.9855.69
Hex51CBBB3C0814ac3638
Octal12131327374010242546670
Binary10100011100101110111011111100010001010010101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,203,187); }

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

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

 a { background-color: rgb(81,203,187); }

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

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

 span { border-color: rgb(81,203,187); }

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