Html Css Color HEX #2EDEDF Turquoise

📋 copy color: '#2EDEDF'

red 46 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #2EDEDF

Tints of Turquoise #2EDEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.21%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 9.37%
G = 45.21%
B = 45.42%

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

#2EDEDF (or 0x2EDEDF) is known color: Turquoise. HEX triplet: 2E, DE and DF. RGB value is (46,222,223). Sum of RGB (Red+Green+Blue) = 46+222+223=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEDF is #D12120. Grayscale: #A9A9A9. Windows color (decimal): -13705505 or 14671406. OLE color: 14671406.

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

Color convert

RGB 46 222 223 -
CMYK 0.79 0.00 0 0.13
HSL 180.34º 0.73% 0.53% -
HSV(B) 180.34º 0.79% 0.87% -
XYZ 40.57 58.15 78.9 -
YUV 169.49 158.19 39.92 -
System Red Green Blue C M Y K H S L
Decimal 46 222 223 0.79 0.00 0 0.13 180.34 0.73 0.53
Hex 2E DE DF 4F 0 0 D B4 49 35
Octal 56 336 337 117 0 0 15 264 111 65
Binary 101110 11011110 11011111 1001111 0 0 1101 10110100 1001001 110101

Color Harmonies of #2EDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEDF

Black with #2EDEDF

Text Example


Text Example

White with #2EDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,223); }

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

background-color css

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

 a { background-color: rgb(46,222,223); }

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

border-color css

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

 span { border-color: rgb(46,222,223); }

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