Html Css Color HEX #2EEECF Turquoise

📋 copy color: '#2EEECF'

red 46 ◦ green 238 ◦ blue 207

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

Shades of Turquoise #2EEECF

Tints of Turquoise #2EEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 9.37%
G = 48.47%
B = 42.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#2EEECF (or 0x2EEECF) is known color: Turquoise. HEX triplet: 2E, EE and CF. RGB value is (46,238,207). Sum of RGB (Red+Green+Blue) = 46+238+207=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEECF is #D11130. Grayscale: #B0B0B0. Windows color (decimal): -13701425 or 13626926. OLE color: 13626926.

HSL color Cylindrical-coordinate representation of color #2EEECF: hue angle of 170.31º 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 #2EEECF is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 207 -
CMYK 0.81 0 0.13 0.07
HSL 170.31º 0.85% 0.56% -
HSV(B) 170.31º 0.81% 0.93% -
XYZ 42.96 66.23 69.55 -
YUV 177.06 144.89 34.52 -
System Red Green Blue C M Y K H S L
Decimal 46 238 207 0.81 0 0.13 0.07 170.31 0.85 0.56
Hex 2E EE CF 51 0 D 7 AA 55 38
Octal 56 356 317 121 0 15 7 252 125 70
Binary 101110 11101110 11001111 1010001 0 1101 111 10101010 1010101 111000

Color Harmonies of #2EEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEECF

Black with #2EEECF

Text Example


Text Example

White with #2EEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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