Html Css Color HEX #2EDBF3 Turquoise

📋 copy color: '#2EDBF3'

red 46 ◦ green 219 ◦ blue 243

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

Shades of Turquoise #2EDBF3

Tints of Turquoise #2EDBF3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

 BLUE value IS 243 (95.31% from 255) = 47.83%

R = 9.06%
G = 43.11%
B = 47.83%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EDBF3 (or 0x2EDBF3) is known color: Turquoise. HEX triplet: 2E, DB and F3. RGB value is (46,219,243). Sum of RGB (Red+Green+Blue) = 46+219+243=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #2EDBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDBF3 is #D1240C. Grayscale: #A9A9A9. Windows color (decimal): -13706253 or 15981358. OLE color: 15981358.

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

Color convert

RGB 46 219 243 -
CMYK 0.81 0.10 0 0.05
HSL 187.31º 0.89% 0.57% -
HSV(B) 187.31º 0.81% 0.95% -
XYZ 42.64 57.71 93.69 -
YUV 170.01 169.19 39.55 -
System Red Green Blue C M Y K H S L
Decimal 46 219 243 0.81 0.10 0 0.05 187.31 0.89 0.57
Hex 2E DB F3 51 A 0 5 BB 59 39
Octal 56 333 363 121 12 0 5 273 131 71
Binary 101110 11011011 11110011 1010001 1010 0 101 10111011 1011001 111001

Color Harmonies of #2EDBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBF3

Black with #2EDBF3

Text Example


Text Example

White with #2EDBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,219,243); }

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

background-color css

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

 a { background-color: rgb(46,219,243); }

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

border-color css

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

 span { border-color: rgb(46,219,243); }

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