#51CFCF

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

Shades of Medium Turquoise #51CFCF

Tints of Medium Turquoise #51CFCF

Color information

#51CFCF (or 0x51CFCF) is unknown color: approx Medium Turquoise. HEX triplet: 51, CF and CF. RGB value is (81,207,207). Sum of RGB (Red+Green+Blue) = 81+207+207=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #51CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFCF is #AE3030. Grayscale: #A9A9A9. Windows color (decimal): -11415601 or 13619025. OLE color: 13619025.

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

Color convert

RGB81207207-
CMYK0.61000.19
HSL180º56.76%56.47%-
HSV(B)180º60.87%81.18%-
XYZ36.9750.8866.9-
YUV169.33149.2665-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.36%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=16.36%
G=41.82%
B=41.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal812072070.61000.1918056.7656.47
Hex51CFCF3D0013b43938
Octal1213173177500232647170
Binary10100011100111111001111111101001001110110100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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