Html Css Color HEX #2EECEE Turquoise

📋 copy color: '#2EECEE'

red 46 ◦ green 236 ◦ blue 238

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

Shades of Turquoise #2EECEE

Tints of Turquoise #2EECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 8.85%
G = 45.38%
B = 45.77%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EECEE (or 0x2EECEE) is known color: Turquoise. HEX triplet: 2E, EC and EE. RGB value is (46,236,238). Sum of RGB (Red+Green+Blue) = 46+236+238=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECEE is #D11311. Grayscale: #B3B3B3. Windows color (decimal): -13701906 or 15658030. OLE color: 15658030.

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

Color convert

RGB 46 236 238 -
CMYK 0.81 0.01 0 0.07
HSL 180.63º 0.85% 0.56% -
HSV(B) 180.63º 0.81% 0.93% -
XYZ 46.55 66.74 91.32 -
YUV 179.42 161.05 32.84 -
System Red Green Blue C M Y K H S L
Decimal 46 236 238 0.81 0.01 0 0.07 180.63 0.85 0.56
Hex 2E EC EE 51 1 0 7 B5 55 38
Octal 56 354 356 121 1 0 7 265 125 70
Binary 101110 11101100 11101110 1010001 1 0 111 10110101 1010101 111000

Color Harmonies of #2EECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECEE

Black with #2EECEE

Text Example


Text Example

White with #2EECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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