#46E9CD

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

Shades of Turquoise #46E9CD

Tints of Turquoise #46E9CD

Color information

#46E9CD (or 0x46E9CD) is unknown color: approx Turquoise. HEX triplet: 46, E9 and CD. RGB value is (70,233,205). Sum of RGB (Red+Green+Blue) = 70+233+205=508 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.78% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #46E9CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E9CD is #B91632. Grayscale: #B5B5B5. Windows color (decimal): -12129843 or 13494598. OLE color: 13494598.

HSL color Cylindrical-coordinate representation of color #46E9CD: hue angle of 169.69º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E9CD is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB70233205-
CMYK0.7000.120.09
HSL169.69º78.74%59.41%-
HSV(B)169.69º69.96%91.37%-
XYZ42.6863.9967.86-
YUV181.07141.548.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.78%
GREEN value IS 233 (91.41% from 255) = 45.87%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=13.78%
G=45.87%
B=40.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal702332050.7000.120.09169.6978.7459.41
Hex46E9CD460C9aa4f3b
Octal1063513151060141125211773
Binary100011011101001110011011000110011001001101010101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,233,205); }

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

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

 a { background-color: rgb(70,233,205); }

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

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

 span { border-color: rgb(70,233,205); }

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