#46E7CD

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

Shades of Turquoise #46E7CD

Tints of Turquoise #46E7CD

Color information

#46E7CD (or 0x46E7CD) is unknown color: approx Turquoise. HEX triplet: 46, E7 and CD. RGB value is (70,231,205). Sum of RGB (Red+Green+Blue) = 70+231+205=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #46E7CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E7CD is #B91832. Grayscale: #B3B3B3. Windows color (decimal): -12130355 or 13494086. OLE color: 13494086.

HSL color Cylindrical-coordinate representation of color #46E7CD: hue angle of 170.31º degrees, saturation: 0.77, 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 #46E7CD is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB70231205-
CMYK0.7000.110.09
HSL170.31º77.03%59.02%-
HSV(B)170.31º69.7%90.59%-
XYZ42.1262.8667.67-
YUV179.9142.1649.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.83%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=13.83%
G=45.65%
B=40.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal702312050.7000.110.09170.3177.0359.02
Hex46E7CD460B9aa4d3b
Octal1063473151060131125211573
Binary100011011100111110011011000110010111001101010101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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