Html Css Color HEX #2EDCFC Turquoise

📋 copy color: '#2EDCFC'

red 46 ◦ green 220 ◦ blue 252

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

Shades of Turquoise #2EDCFC

Tints of Turquoise #2EDCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

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

R = 8.88%
G = 42.47%
B = 48.65%

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

#2EDCFC (or 0x2EDCFC) is known color: Turquoise. HEX triplet: 2E, DC and FC. RGB value is (46,220,252). Sum of RGB (Red+Green+Blue) = 46+220+252=518 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.88% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EDCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDCFC is #D12303. Grayscale: #ABABAB. Windows color (decimal): -13705988 or 16571438. OLE color: 16571438.

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

Color convert

RGB 46 220 252 -
CMYK 0.82 0.13 0 0.01
HSL 189.32º 0.97% 0.58% -
HSV(B) 189.32º 0.82% 0.99% -
XYZ 44.29 58.8 101.11 -
YUV 171.62 173.35 38.4 -
System Red Green Blue C M Y K H S L
Decimal 46 220 252 0.82 0.13 0 0.01 189.32 0.97 0.58
Hex 2E DC FC 52 D 0 1 BD 61 3A
Octal 56 334 374 122 15 0 1 275 141 72
Binary 101110 11011100 11111100 1010010 1101 0 1 10111101 1100001 111010

Color Harmonies of #2EDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCFC

Black with #2EDCFC

Text Example


Text Example

White with #2EDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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