Html Css Color HEX #2EDFCF Turquoise

📋 copy color: '#2EDFCF'

red 46 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #2EDFCF

Tints of Turquoise #2EDFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.85%

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

R = 9.66%
G = 46.85%
B = 43.49%

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

#2EDFCF (or 0x2EDFCF) is known color: Turquoise. HEX triplet: 2E, DF and CF. RGB value is (46,223,207). Sum of RGB (Red+Green+Blue) = 46+223+207=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFCF is #D12030. Grayscale: #A8A8A8. Windows color (decimal): -13705265 or 13623086. OLE color: 13623086.

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

Color convert

RGB 46 223 207 -
CMYK 0.79 0 0.07 0.13
HSL 174.58º 0.73% 0.53% -
HSV(B) 174.58º 0.79% 0.87% -
XYZ 38.78 57.86 68.16 -
YUV 168.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 46 223 207 0.79 0 0.07 0.13 174.58 0.73 0.53
Hex 2E DF CF 4F 0 7 D AF 49 35
Octal 56 337 317 117 0 7 15 257 111 65
Binary 101110 11011111 11001111 1001111 0 111 1101 10101111 1001001 110101

Color Harmonies of #2EDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFCF

Black with #2EDFCF

Text Example


Text Example

White with #2EDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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