Html Css Color HEX #2EDFFF Bright Turquoise

📋 copy color: '#2EDFFF'

red 46 ◦ green 223 ◦ blue 255

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

Shades of Bright Turquoise #2EDFFF

Tints of Bright Turquoise #2EDFFF

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EDFFF (or 0x2EDFFF) is known color: Bright Turquoise. HEX triplet: 2E, DF and FF. RGB value is (46,223,255). Sum of RGB (Red+Green+Blue) = 46+223+255=524 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.78% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFFF is #D12000. Grayscale: #ADADAD. Windows color (decimal): -13705217 or 16768814. OLE color: 16768814.

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

Color convert

RGB 46 223 255 -
CMYK 0.82 0.13 0 0
HSL 189.19º 1% 0.59% -
HSV(B) 189.19º 0.82% 1% -
XYZ 45.56 60.58 103.9 -
YUV 173.73 173.86 36.9 -
System Red Green Blue C M Y K H S L
Decimal 46 223 255 0.82 0.13 0 0 189.19 1 0.59
Hex 2E DF FF 52 D 0 0 BD 64 3B
Octal 56 337 377 122 15 0 0 275 144 73
Binary 101110 11011111 11111111 1010010 1101 0 0 10111101 1100100 111011

Color Harmonies of #2EDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFFF

Black with #2EDFFF

Text Example


Text Example

White with #2EDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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