Html Css Color HEX #2EFCD0 Turquoise

📋 copy color: '#2EFCD0'

red 46 ◦ green 252 ◦ blue 208

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

Shades of Turquoise #2EFCD0

Tints of Turquoise #2EFCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 9.09%
G = 49.8%
B = 41.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#2EFCD0 (or 0x2EFCD0) is known color: Turquoise. HEX triplet: 2E, FC and D0. RGB value is (46,252,208). Sum of RGB (Red+Green+Blue) = 46+252+208=506 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.09% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCD0 is #D1032F. Grayscale: #B9B9B9. Windows color (decimal): -13697840 or 13696046. OLE color: 13696046.

HSL color Cylindrical-coordinate representation of color #2EFCD0: hue angle of 167.18º 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 #2EFCD0 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 208 -
CMYK 0.82 0 0.17 0.01
HSL 167.18º 0.97% 0.58% -
HSV(B) 167.18º 0.82% 0.99% -
XYZ 47.32 74.76 71.61 -
YUV 185.39 140.75 28.58 -
System Red Green Blue C M Y K H S L
Decimal 46 252 208 0.82 0 0.17 0.01 167.18 0.97 0.58
Hex 2E FC D0 52 0 11 1 A7 61 3A
Octal 56 374 320 122 0 21 1 247 141 72
Binary 101110 11111100 11010000 1010010 0 10001 1 10100111 1100001 111010

Color Harmonies of #2EFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFCD0

Black with #2EFCD0

Text Example


Text Example

White with #2EFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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