Html Css Color HEX #2EDBDD Turquoise

📋 copy color: '#2EDBDD'

red 46 ◦ green 219 ◦ blue 221

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

Shades of Turquoise #2EDBDD

Tints of Turquoise #2EDBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

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

R = 9.47%
G = 45.06%
B = 45.47%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EDBDD (or 0x2EDBDD) is known color: Turquoise. HEX triplet: 2E, DB and DD. RGB value is (46,219,221). Sum of RGB (Red+Green+Blue) = 46+219+221=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EDBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBDD is #D12422. Grayscale: #A7A7A7. Windows color (decimal): -13706275 or 14539566. OLE color: 14539566.

HSL color Cylindrical-coordinate representation of color #2EDBDD: hue angle of 180.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBDD is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 219 221 -
CMYK 0.79 0.01 0 0.13
HSL 180.69º 0.72% 0.52% -
HSV(B) 180.69º 0.79% 0.87% -
XYZ 39.51 56.46 77.22 -
YUV 167.5 158.19 41.34 -
System Red Green Blue C M Y K H S L
Decimal 46 219 221 0.79 0.01 0 0.13 180.69 0.72 0.52
Hex 2E DB DD 4F 1 0 D B5 48 34
Octal 56 333 335 117 1 0 15 265 110 64
Binary 101110 11011011 11011101 1001111 1 0 1101 10110101 1001000 110100

Color Harmonies of #2EDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBDD

Black with #2EDBDD

Text Example


Text Example

White with #2EDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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