Html Css Color HEX #2EE6EB Turquoise

📋 copy color: '#2EE6EB'

red 46 ◦ green 230 ◦ blue 235

#2EE6EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2EE6EB

Tints of Turquoise #2EE6EB

RGB

 RED value IS 46 (18.36% from 255) = 9%

 GREEN value IS 230 (90.23% from 255) = 45.01%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 9%
G = 45.01%
B = 45.99%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EE6EB (or 0x2EE6EB) is known color: Turquoise. HEX triplet: 2E, E6 and EB. RGB value is (46,230,235). Sum of RGB (Red+Green+Blue) = 46+230+235=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EE6EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE6EB is #D11914. Grayscale: #AFAFAF. Windows color (decimal): -13703445 or 15459886. OLE color: 15459886.

HSL color Cylindrical-coordinate representation of color #2EE6EB: hue angle of 181.59º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE6EB is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 230 235 -
CMYK 0.80 0.02 0 0.08
HSL 181.59º 0.83% 0.55% -
HSV(B) 181.59º 0.8% 0.92% -
XYZ 44.42 63.17 88.45 -
YUV 175.55 161.54 35.59 -
System Red Green Blue C M Y K H S L
Decimal 46 230 235 0.80 0.02 0 0.08 181.59 0.83 0.55
Hex 2E E6 EB 50 2 0 8 B6 53 37
Octal 56 346 353 120 2 0 10 266 123 67
Binary 101110 11100110 11101011 1010000 10 0 1000 10110110 1010011 110111

Color Harmonies of #2EE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE6EB

Black with #2EE6EB

Text Example


Text Example

White with #2EE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EE6EB;
 }
 .AnyTagClassName
 {
   color: #2EE6EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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