Html Css Color HEX #2EDCDD Turquoise

📋 copy color: '#2EDCDD'

red 46 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #2EDCDD

Tints of Turquoise #2EDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

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

R = 9.45%
G = 45.17%
B = 45.38%

CMYK

 C value IS 0.79

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EDCDD (or 0x2EDCDD) is known color: Turquoise. HEX triplet: 2E, DC and DD. RGB value is (46,220,221). Sum of RGB (Red+Green+Blue) = 46+220+221=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCDD is #D12322. Grayscale: #A7A7A7. Windows color (decimal): -13706019 or 14539822. OLE color: 14539822.

HSL color Cylindrical-coordinate representation of color #2EDCDD: hue angle of 180.34º 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 #2EDCDD is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 220 221 -
CMYK 0.79 0.00 0 0.13
HSL 180.34º 0.72% 0.52% -
HSV(B) 180.34º 0.79% 0.87% -
XYZ 39.77 56.99 77.31 -
YUV 168.09 157.85 40.92 -
System Red Green Blue C M Y K H S L
Decimal 46 220 221 0.79 0.00 0 0.13 180.34 0.72 0.52
Hex 2E DC DD 4F 0 0 D B4 48 34
Octal 56 334 335 117 0 0 15 264 110 64
Binary 101110 11011100 11011101 1001111 0 0 1101 10110100 1001000 110100

Color Harmonies of #2EDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCDD

Black with #2EDCDD

Text Example


Text Example

White with #2EDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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