Html Css Color HEX #2EFFDF Turquoise

📋 copy color: '#2EFFDF'

red 46 ◦ green 255 ◦ blue 223

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

Shades of Turquoise #2EFFDF

Tints of Turquoise #2EFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

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

R = 8.78%
G = 48.66%
B = 42.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#2EFFDF (or 0x2EFFDF) is known color: Turquoise. HEX triplet: 2E, FF and DF. RGB value is (46,255,223). Sum of RGB (Red+Green+Blue) = 46+255+223=524 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.78% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFDF is #D10020. Grayscale: #BCBCBC. Windows color (decimal): -13697057 or 14679854. OLE color: 14679854.

HSL color Cylindrical-coordinate representation of color #2EFFDF: hue angle of 170.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFDF is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 223 -
CMYK 0.82 0 0.13 0
HSL 170.81º 1% 0.59% -
HSV(B) 170.81º 0.82% 1% -
XYZ 50.21 77.43 82.11 -
YUV 188.86 147.26 26.1 -
System Red Green Blue C M Y K H S L
Decimal 46 255 223 0.82 0 0.13 0 170.81 1 0.59
Hex 2E FF DF 52 0 D 0 AB 64 3B
Octal 56 377 337 122 0 15 0 253 144 73
Binary 101110 11111111 11011111 1010010 0 1101 0 10101011 1100100 111011

Color Harmonies of #2EFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFDF

Black with #2EFFDF

Text Example


Text Example

White with #2EFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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