Html Css Color HEX #2EEFF1 Turquoise

📋 copy color: '#2EEFF1'

red 46 ◦ green 239 ◦ blue 241

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

Shades of Turquoise #2EEFF1

Tints of Turquoise #2EEFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.44%

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

R = 8.75%
G = 45.44%
B = 45.82%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EEFF1 (or 0x2EEFF1) is known color: Turquoise. HEX triplet: 2E, EF and F1. RGB value is (46,239,241). Sum of RGB (Red+Green+Blue) = 46+239+241=526 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.75% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EEFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEFF1 is #D1100E. Grayscale: #B5B5B5. Windows color (decimal): -13701135 or 15855406. OLE color: 15855406.

HSL color Cylindrical-coordinate representation of color #2EEFF1: hue angle of 180.62º 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 #2EEFF1 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 239 241 -
CMYK 0.81 0.01 0 0.05
HSL 180.62º 0.87% 0.56% -
HSV(B) 180.62º 0.81% 0.95% -
XYZ 47.87 68.66 93.95 -
YUV 181.52 161.56 31.34 -
System Red Green Blue C M Y K H S L
Decimal 46 239 241 0.81 0.01 0 0.05 180.62 0.87 0.56
Hex 2E EF F1 51 1 0 5 B5 57 38
Octal 56 357 361 121 1 0 5 265 127 70
Binary 101110 11101111 11110001 1010001 1 0 101 10110101 1010111 111000

Color Harmonies of #2EEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEFF1

Black with #2EEFF1

Text Example


Text Example

White with #2EEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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