Html Css Color HEX #2EF6DD Turquoise

📋 copy color: '#2EF6DD'

red 46 ◦ green 246 ◦ blue 221

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

Shades of Turquoise #2EF6DD

Tints of Turquoise #2EF6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.95%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 8.97%
G = 47.95%
B = 43.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#2EF6DD (or 0x2EF6DD) is known color: Turquoise. HEX triplet: 2E, F6 and DD. RGB value is (46,246,221). Sum of RGB (Red+Green+Blue) = 46+246+221=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF6DD is #D10922. Grayscale: #B7B7B7. Windows color (decimal): -13699363 or 14546478. OLE color: 14546478.

HSL color Cylindrical-coordinate representation of color #2EF6DD: hue angle of 172.5º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF6DD is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 246 221 -
CMYK 0.81 0 0.10 0.04
HSL 172.5º 0.92% 0.57% -
HSV(B) 172.5º 0.81% 0.96% -
XYZ 47.13 71.71 79.76 -
YUV 183.35 149.24 30.03 -
System Red Green Blue C M Y K H S L
Decimal 46 246 221 0.81 0 0.10 0.04 172.5 0.92 0.57
Hex 2E F6 DD 51 0 A 4 AC 5C 39
Octal 56 366 335 121 0 12 4 254 134 71
Binary 101110 11110110 11011101 1010001 0 1010 100 10101100 1011100 111001

Color Harmonies of #2EF6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF6DD

Black with #2EF6DD

Text Example


Text Example

White with #2EF6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,246,221); }

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

background-color css

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

 a { background-color: rgb(46,246,221); }

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

border-color css

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

 span { border-color: rgb(46,246,221); }

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