Html Css Color HEX #2EFCCC Turquoise

📋 copy color: '#2EFCCC'

red 46 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #2EFCCC

Tints of Turquoise #2EFCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 9.16%
G = 50.2%
B = 40.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#2EFCCC (or 0x2EFCCC) is known color: Turquoise. HEX triplet: 2E, FC and CC. RGB value is (46,252,204). Sum of RGB (Red+Green+Blue) = 46+252+204=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCCC is #D10333. Grayscale: #B8B8B8. Windows color (decimal): -13697844 or 13433902. OLE color: 13433902.

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

Color convert

RGB 46 252 204 -
CMYK 0.82 0 0.19 0.01
HSL 166.02º 0.97% 0.58% -
HSV(B) 166.02º 0.82% 0.99% -
XYZ 46.84 74.56 69.05 -
YUV 184.93 138.75 28.9 -
System Red Green Blue C M Y K H S L
Decimal 46 252 204 0.82 0 0.19 0.01 166.02 0.97 0.58
Hex 2E FC CC 52 0 13 1 A6 61 3A
Octal 56 374 314 122 0 23 1 246 141 72
Binary 101110 11111100 11001100 1010010 0 10011 1 10100110 1100001 111010

Color Harmonies of #2EFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFCCC

Black with #2EFCCC

Text Example


Text Example

White with #2EFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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