Html Css Color HEX #2EFCF2 Bright Turquoise

📋 copy color: '#2EFCF2'

red 46 ◦ green 252 ◦ blue 242

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

Shades of Bright Turquoise #2EFCF2

Tints of Bright Turquoise #2EFCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 8.52%
G = 46.67%
B = 44.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#2EFCF2 (or 0x2EFCF2) is known color: Bright Turquoise. HEX triplet: 2E, FC and F2. RGB value is (46,252,242). Sum of RGB (Red+Green+Blue) = 46+252+242=540 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.52% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFCF2 is #D1030D. Grayscale: #BDBDBD. Windows color (decimal): -13697806 or 15924270. OLE color: 15924270.

HSL color Cylindrical-coordinate representation of color #2EFCF2: hue angle of 177.09º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFCF2 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 242 -
CMYK 0.82 0 0.04 0.01
HSL 177.09º 0.97% 0.58% -
HSV(B) 177.09º 0.82% 0.99% -
XYZ 51.96 76.61 96.05 -
YUV 189.27 157.75 25.81 -
System Red Green Blue C M Y K H S L
Decimal 46 252 242 0.82 0 0.04 0.01 177.09 0.97 0.58
Hex 2E FC F2 52 0 4 1 B1 61 3A
Octal 56 374 362 122 0 4 1 261 141 72
Binary 101110 11111100 11110010 1010010 0 100 1 10110001 1100001 111010

Color Harmonies of #2EFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFCF2

Black with #2EFCF2

Text Example


Text Example

White with #2EFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,242); }

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

background-color css

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

 a { background-color: rgb(46,252,242); }

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

border-color css

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

 span { border-color: rgb(46,252,242); }

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