Html Css Color HEX #2EE6CC Turquoise

📋 copy color: '#2EE6CC'

red 46 ◦ green 230 ◦ blue 204

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

Shades of Turquoise #2EE6CC

Tints of Turquoise #2EE6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.92%

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

R = 9.58%
G = 47.92%
B = 42.5%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#2EE6CC (or 0x2EE6CC) is known color: Turquoise. HEX triplet: 2E, E6 and CC. RGB value is (46,230,204). Sum of RGB (Red+Green+Blue) = 46+230+204=480 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.58% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE6CC is #D11933. Grayscale: #ABABAB. Windows color (decimal): -13703476 or 13428270. OLE color: 13428270.

HSL color Cylindrical-coordinate representation of color #2EE6CC: hue angle of 171.52º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE6CC is Cyan = 0.8, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 204 -
CMYK 0.8 0 0.11 0.10
HSL 171.52º 0.79% 0.54% -
HSV(B) 171.52º 0.8% 0.9% -
XYZ 40.32 61.53 66.88 -
YUV 172.02 146.04 38.11 -
System Red Green Blue C M Y K H S L
Decimal 46 230 204 0.8 0 0.11 0.10 171.52 0.79 0.54
Hex 2E E6 CC 50 0 B A AC 4F 36
Octal 56 346 314 120 0 13 12 254 117 66
Binary 101110 11100110 11001100 1010000 0 1011 1010 10101100 1001111 110110

Color Harmonies of #2EE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE6CC

Black with #2EE6CC

Text Example


Text Example

White with #2EE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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