Html Css Color HEX #2EECEF Turquoise

📋 copy color: '#2EECEF'

red 46 ◦ green 236 ◦ blue 239

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

Shades of Turquoise #2EECEF

Tints of Turquoise #2EECEF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 8.83%
G = 45.3%
B = 45.87%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EECEF (or 0x2EECEF) is known color: Turquoise. HEX triplet: 2E, EC and EF. RGB value is (46,236,239). Sum of RGB (Red+Green+Blue) = 46+236+239=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECEF is #D11310. Grayscale: #B3B3B3. Windows color (decimal): -13701905 or 15723566. OLE color: 15723566.

HSL color Cylindrical-coordinate representation of color #2EECEF: hue angle of 180.93º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECEF is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 236 239 -
CMYK 0.81 0.01 0 0.06
HSL 180.93º 0.86% 0.56% -
HSV(B) 180.93º 0.81% 0.94% -
XYZ 46.7 66.8 92.09 -
YUV 179.53 161.55 32.76 -
System Red Green Blue C M Y K H S L
Decimal 46 236 239 0.81 0.01 0 0.06 180.93 0.86 0.56
Hex 2E EC EF 51 1 0 6 B5 56 38
Octal 56 354 357 121 1 0 6 265 126 70
Binary 101110 11101100 11101111 1010001 1 0 110 10110101 1010110 111000

Color Harmonies of #2EECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECEF

Black with #2EECEF

Text Example


Text Example

White with #2EECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,239); }

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

background-color css

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

 a { background-color: rgb(46,236,239); }

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

border-color css

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

 span { border-color: rgb(46,236,239); }

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