#51CBC4

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

Shades of Medium Turquoise #51CBC4

Tints of Medium Turquoise #51CBC4

Color information

#51CBC4 (or 0x51CBC4) is unknown color: approx Medium Turquoise. HEX triplet: 51, CB and C4. RGB value is (81,203,196). Sum of RGB (Red+Green+Blue) = 81+203+196=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #51CBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBC4 is #AE343B. Grayscale: #A5A5A5. Windows color (decimal): -11416636 or 12897105. OLE color: 12897105.

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

Color convert

RGB81203196-
CMYK0.6000.030.20
HSL176.56º53.98%55.69%-
HSV(B)176.56º60.1%79.61%-
XYZ34.7148.4559.75-
YUV165.72145.0867.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.88%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=16.88%
G=42.29%
B=40.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812031960.6000.030.20176.5653.9855.69
Hex51CBC43C0314b13638
Octal1213133047403242616670
Binary101000111001011110001001111000111010010110001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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