#51C6DE

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

Shades of Medium Turquoise #51C6DE

Tints of Medium Turquoise #51C6DE

Color information

#51C6DE (or 0x51C6DE) is unknown color: approx Medium Turquoise. HEX triplet: 51, C6 and DE. RGB value is (81,198,222). Sum of RGB (Red+Green+Blue) = 81+198+222=501 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.17% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #51C6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C6DE is #AE3921. Grayscale: #A5A5A5. Windows color (decimal): -11417890 or 14599761. OLE color: 14599761.

HSL color Cylindrical-coordinate representation of color #51C6DE: hue angle of 190.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51C6DE is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81198222-
CMYK0.640.1100.13
HSL190.21º68.12%59.41%-
HSV(B)190.21º63.51%87.06%-
XYZ36.7747.4176.32-
YUV165.75159.7467.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.17%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=16.17%
G=39.52%
B=44.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811982220.640.1100.13190.2168.1259.41
Hex51C6DE40B0Dbe443b
Octal1213063361001301527610473
Binary101000111000110110111101000000101101101101111101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,198,222); }

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

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

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

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

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

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

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