#51C9CF

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

Shades of Medium Turquoise #51C9CF

Tints of Medium Turquoise #51C9CF

Color information

#51C9CF (or 0x51C9CF) is unknown color: approx Medium Turquoise. HEX triplet: 51, C9 and CF. RGB value is (81,201,207). Sum of RGB (Red+Green+Blue) = 81+201+207=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #51C9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C9CF is #AE3630. Grayscale: #A5A5A5. Windows color (decimal): -11417137 or 13617489. OLE color: 13617489.

HSL color Cylindrical-coordinate representation of color #51C9CF: hue angle of 182.86º degrees, saturation: 0.57, 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 #51C9CF is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81201207-
CMYK0.610.0300.19
HSL182.86º56.76%56.47%-
HSV(B)182.86º60.87%81.18%-
XYZ35.5448.0366.43-
YUV165.8151.2467.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.56%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=16.56%
G=41.10%
B=42.33%

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
Decimal812012070.610.0300.19182.8656.7656.47
Hex51C9CF3D3013b73938
Octal1213113177530232677170
Binary101000111001001110011111111011101001110110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,201,207); }

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

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

 a { background-color: rgb(81,201,207); }

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

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

 span { border-color: rgb(81,201,207); }

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