#51CBCA

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

Shades of Medium Turquoise #51CBCA

Tints of Medium Turquoise #51CBCA

Color information

#51CBCA (or 0x51CBCA) is unknown color: approx Medium Turquoise. HEX triplet: 51, CB and CA. RGB value is (81,203,202). Sum of RGB (Red+Green+Blue) = 81+203+202=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBCA is #AE3435. Grayscale: #A6A6A6. Windows color (decimal): -11416630 or 13290321. OLE color: 13290321.

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

Color convert

RGB81203202-
CMYK0.6000.000.20
HSL179.51º53.98%55.69%-
HSV(B)179.51º60.1%79.61%-
XYZ35.4148.7363.42-
YUV166.41148.0867.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.67%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=16.67%
G=41.77%
B=41.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812032020.6000.000.20179.5153.9855.69
Hex51CBCA3C0014b43638
Octal1213133127400242646670
Binary10100011100101111001010111100001010010110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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