#51ECC3

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

Shades of Turquoise #51ECC3

Tints of Turquoise #51ECC3

Color information

#51ECC3 (or 0x51ECC3) is unknown color: approx Turquoise. HEX triplet: 51, EC and C3. RGB value is (81,236,195). Sum of RGB (Red+Green+Blue) = 81+236+195=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECC3 is #AE133C. Grayscale: #B8B8B8. Windows color (decimal): -11408189 or 12840017. OLE color: 12840017.

HSL color Cylindrical-coordinate representation of color #51ECC3: hue angle of 164.13º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51ECC3 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB81236195-
CMYK0.6600.170.07
HSL164.13º80.31%62.16%-
HSV(B)164.13º65.68%92.55%-
XYZ43.2465.6862.03-
YUV184.98133.6553.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.82%
GREEN value IS 236 (92.58% from 255) = 46.09%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=15.82%
G=46.09%
B=38.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812361950.6600.170.07164.1380.3162.16
Hex51ECC3420117a4503e
Octal121354303102021724412076
Binary101000111101100110000111000010010001111101001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,236,195); }

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

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

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

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

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

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

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