Html Css Color HEX #2EDFFD Bright Turquoise

📋 copy color: '#2EDFFD'

red 46 ◦ green 223 ◦ blue 253

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

Shades of Bright Turquoise #2EDFFD

Tints of Bright Turquoise #2EDFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 8.81%
G = 42.72%
B = 48.47%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EDFFD (or 0x2EDFFD) is known color: Bright Turquoise. HEX triplet: 2E, DF and FD. RGB value is (46,223,253). Sum of RGB (Red+Green+Blue) = 46+223+253=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFFD is #D12002. Grayscale: #ADADAD. Windows color (decimal): -13705219 or 16637742. OLE color: 16637742.

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

Color convert

RGB 46 223 253 -
CMYK 0.82 0.12 0 0.01
HSL 188.7º 0.98% 0.59% -
HSV(B) 188.7º 0.82% 0.99% -
XYZ 45.24 60.45 102.21 -
YUV 173.5 172.86 37.06 -
System Red Green Blue C M Y K H S L
Decimal 46 223 253 0.82 0.12 0 0.01 188.7 0.98 0.59
Hex 2E DF FD 52 C 0 1 BD 62 3B
Octal 56 337 375 122 14 0 1 275 142 73
Binary 101110 11011111 11111101 1010010 1100 0 1 10111101 1100010 111011

Color Harmonies of #2EDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFFD

Black with #2EDFFD

Text Example


Text Example

White with #2EDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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