#2EE6F7

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

Shades of Turquoise #2EE6F7

Tints of Turquoise #2EE6F7

Color information

#2EE6F7 (or 0x2EE6F7) is unknown color: approx Turquoise. HEX triplet: 2E, E6 and F7. RGB value is (46,230,247). Sum of RGB (Red+Green+Blue) = 46+230+247=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #2EE6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE6F7 is #D11908. Grayscale: #B0B0B0. Windows color (decimal): -13703433 or 16246318. OLE color: 16246318.

HSL color Cylindrical-coordinate representation of color #2EE6F7: hue angle of 185.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE6F7 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB46230247-
CMYK0.810.0700.03
HSL185.07º92.63%57.45%-
HSV(B)185.07º81.38%96.86%-
XYZ46.2163.8997.89-
YUV176.92167.5434.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.80%
GREEN value IS 230 (90.23% from 255) = 43.98%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=8.80%
G=43.98%
B=47.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal462302470.810.0700.03185.0792.6357.45
Hex2EE6F751703b95d39
Octal5634636712170327113571
Binary10111011100110111101111010001111011101110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EE6F7; }

 p { color: rgb(46,230,247); }

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

<style>
 a { background-color: #2EE6F7; }

 a { background-color: rgb(46,230,247); }

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

<style>
 span { border-color: #2EE6F7; }

 span { border-color: rgb(46,230,247); }

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