Html Css Color HEX #2EFFDD Turquoise

📋 copy color: '#2EFFDD'

red 46 ◦ green 255 ◦ blue 221

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

Shades of Turquoise #2EFFDD

Tints of Turquoise #2EFFDD

RGB

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

 GREEN value IS 255 (100% from 255) = 48.85%

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

R = 8.81%
G = 48.85%
B = 42.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#2EFFDD (or 0x2EFFDD) is known color: Turquoise. HEX triplet: 2E, FF and DD. RGB value is (46,255,221). Sum of RGB (Red+Green+Blue) = 46+255+221=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFDD is #D10022. Grayscale: #BCBCBC. Windows color (decimal): -13697059 or 14548782. OLE color: 14548782.

HSL color Cylindrical-coordinate representation of color #2EFFDD: hue angle of 170.24º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFDD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 221 -
CMYK 0.82 0 0.13 0
HSL 170.24º 1% 0.59% -
HSV(B) 170.24º 0.82% 1% -
XYZ 49.94 77.32 80.7 -
YUV 188.63 146.26 26.26 -
System Red Green Blue C M Y K H S L
Decimal 46 255 221 0.82 0 0.13 0 170.24 1 0.59
Hex 2E FF DD 52 0 D 0 AA 64 3B
Octal 56 377 335 122 0 15 0 252 144 73
Binary 101110 11111111 11011101 1010010 0 1101 0 10101010 1100100 111011

Color Harmonies of #2EFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFDD

Black with #2EFFDD

Text Example


Text Example

White with #2EFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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