Html Css Color HEX #2EDBFC Turquoise

📋 copy color: '#2EDBFC'

red 46 ◦ green 219 ◦ blue 252

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

Shades of Turquoise #2EDBFC

Tints of Turquoise #2EDBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 8.9%
G = 42.36%
B = 48.74%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EDBFC (or 0x2EDBFC) is known color: Turquoise. HEX triplet: 2E, DB and FC. RGB value is (46,219,252). Sum of RGB (Red+Green+Blue) = 46+219+252=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDBFC is #D12403. Grayscale: #AAAAAA. Windows color (decimal): -13706244 or 16571182. OLE color: 16571182.

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

Color convert

RGB 46 219 252 -
CMYK 0.82 0.13 0 0.01
HSL 189.61º 0.97% 0.58% -
HSV(B) 189.61º 0.82% 0.99% -
XYZ 44.03 58.27 101.02 -
YUV 171.04 173.69 38.82 -
System Red Green Blue C M Y K H S L
Decimal 46 219 252 0.82 0.13 0 0.01 189.61 0.97 0.58
Hex 2E DB FC 52 D 0 1 BE 61 3A
Octal 56 333 374 122 15 0 1 276 141 72
Binary 101110 11011011 11111100 1010010 1101 0 1 10111110 1100001 111010

Color Harmonies of #2EDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBFC

Black with #2EDBFC

Text Example


Text Example

White with #2EDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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