#51C8CE

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

Shades of Medium Turquoise #51C8CE

Tints of Medium Turquoise #51C8CE

Color information

#51C8CE (or 0x51C8CE) is unknown color: approx Medium Turquoise. HEX triplet: 51, C8 and CE. RGB value is (81,200,206). Sum of RGB (Red+Green+Blue) = 81+200+206=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #51C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C8CE is #AE3731. Grayscale: #A4A4A4. Windows color (decimal): -11417394 or 13551697. OLE color: 13551697.

HSL color Cylindrical-coordinate representation of color #51C8CE: hue angle of 182.88º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51C8CE is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81200206-
CMYK0.610.0300.19
HSL182.88º56.05%56.27%-
HSV(B)182.88º60.68%80.78%-
XYZ35.1947.5165.71-
YUV165.1151.0868.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.63%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=16.63%
G=41.07%
B=42.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal812002060.610.0300.19182.8856.0556.27
Hex51C8CE3D3013b73838
Octal1213103167530232677070
Binary101000111001000110011101111011101001110110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,200,206); }

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

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

 a { background-color: rgb(81,200,206); }

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

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

 span { border-color: rgb(81,200,206); }

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