#46EEF2

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

Shades of Turquoise #46EEF2

Tints of Turquoise #46EEF2

Color information

#46EEF2 (or 0x46EEF2) is unknown color: approx Turquoise. HEX triplet: 46, EE and F2. RGB value is (70,238,242). Sum of RGB (Red+Green+Blue) = 70+238+242=550 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.73% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #46EEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EEF2 is #B9110D. Grayscale: #BCBCBC. Windows color (decimal): -12128526 or 15920710. OLE color: 15920710.

HSL color Cylindrical-coordinate representation of color #46EEF2: hue angle of 181.4º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EEF2 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB70238242-
CMYK0.710.0200.05
HSL181.4º86.87%61.18%-
HSV(B)181.4º71.07%94.9%-
XYZ49.1368.8694.71-
YUV188.22158.3443.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.73%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 242 (94.92% from 255) = 44%
R=12.73%
G=43.27%
B=44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal702382420.710.0200.05181.486.8761.18
Hex46EEF247205b5573d
Octal10635636210720526512775
Binary100011011101110111100101000111100101101101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,238,242); }

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

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

 a { background-color: rgb(70,238,242); }

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

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

 span { border-color: rgb(70,238,242); }

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