Html Css Color HEX #2EDECF Turquoise

📋 copy color: '#2EDECF'

red 46 ◦ green 222 ◦ blue 207

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

Shades of Turquoise #2EDECF

Tints of Turquoise #2EDECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 9.68%
G = 46.74%
B = 43.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#2EDECF (or 0x2EDECF) is known color: Turquoise. HEX triplet: 2E, DE and CF. RGB value is (46,222,207). Sum of RGB (Red+Green+Blue) = 46+222+207=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDECF is #D12130. Grayscale: #A7A7A7. Windows color (decimal): -13705521 or 13622830. OLE color: 13622830.

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

Color convert

RGB 46 222 207 -
CMYK 0.79 0 0.07 0.13
HSL 174.89º 0.73% 0.53% -
HSV(B) 174.89º 0.79% 0.87% -
XYZ 38.51 57.33 68.07 -
YUV 167.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 46 222 207 0.79 0 0.07 0.13 174.89 0.73 0.53
Hex 2E DE CF 4F 0 7 D AF 49 35
Octal 56 336 317 117 0 7 15 257 111 65
Binary 101110 11011110 11001111 1001111 0 111 1101 10101111 1001001 110101

Color Harmonies of #2EDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDECF

Black with #2EDECF

Text Example


Text Example

White with #2EDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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