Html Css Color HEX #2EDDF1 Turquoise

📋 copy color: '#2EDDF1'

red 46 ◦ green 221 ◦ blue 241

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

Shades of Turquoise #2EDDF1

Tints of Turquoise #2EDDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

 BLUE value IS 241 (94.53% from 255) = 47.44%

R = 9.06%
G = 43.5%
B = 47.44%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EDDF1 (or 0x2EDDF1) is known color: Turquoise. HEX triplet: 2E, DD and F1. RGB value is (46,221,241). Sum of RGB (Red+Green+Blue) = 46+221+241=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EDDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDDF1 is #D1220E. Grayscale: #AAAAAA. Windows color (decimal): -13705743 or 15850798. OLE color: 15850798.

HSL color Cylindrical-coordinate representation of color #2EDDF1: hue angle of 186.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDDF1 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 221 241 -
CMYK 0.81 0.08 0 0.05
HSL 186.15º 0.87% 0.56% -
HSV(B) 186.15º 0.81% 0.95% -
XYZ 42.86 58.64 92.28 -
YUV 170.96 167.52 38.87 -
System Red Green Blue C M Y K H S L
Decimal 46 221 241 0.81 0.08 0 0.05 186.15 0.87 0.56
Hex 2E DD F1 51 8 0 5 BA 57 38
Octal 56 335 361 121 10 0 5 272 127 70
Binary 101110 11011101 11110001 1010001 1000 0 101 10111010 1010111 111000

Color Harmonies of #2EDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDF1

Black with #2EDDF1

Text Example


Text Example

White with #2EDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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