#46E3CC

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

Shades of Turquoise #46E3CC

Tints of Turquoise #46E3CC

Color information

#46E3CC (or 0x46E3CC) is unknown color: approx Turquoise. HEX triplet: 46, E3 and CC. RGB value is (70,227,204). Sum of RGB (Red+Green+Blue) = 70+227+204=501 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.97% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #46E3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E3CC is #B91C33. Grayscale: #B1B1B1. Windows color (decimal): -12131380 or 13427526. OLE color: 13427526.

HSL color Cylindrical-coordinate representation of color #46E3CC: hue angle of 171.21º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E3CC is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB70227204-
CMYK0.6900.100.11
HSL171.21º73.71%58.24%-
HSV(B)171.21º69.16%89.02%-
XYZ40.8960.666.67-
YUV177.44142.9951.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.97%
GREEN value IS 227 (89.06% from 255) = 45.31%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=13.97%
G=45.31%
B=40.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal702272040.6900.100.11171.2173.7158.24
Hex46E3CC450ABab4a3a
Octal1063433141050121325311272
Binary100011011100011110011001000101010101011101010111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46E3CC; }

 p { color: rgb(70,227,204); }

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

<style>
 a { background-color: #46E3CC; }

 a { background-color: rgb(70,227,204); }

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

<style>
 span { border-color: #46E3CC; }

 span { border-color: rgb(70,227,204); }

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