Html Css Color HEX #49EFED Turquoise

📋 copy color: '#49EFED'

red 73 ◦ green 239 ◦ blue 237

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

Shades of Turquoise #49EFED

Tints of Turquoise #49EFED

RGB

 RED value IS 73 (28.91% from 255) = 13.3%

 GREEN value IS 239 (93.75% from 255) = 43.53%

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 13.3%
G = 43.53%
B = 43.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#49EFED (or 0x49EFED) is known color: Turquoise. HEX triplet: 49, EF and ED. RGB value is (73,239,237). Sum of RGB (Red+Green+Blue) = 73+239+237=549 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.30% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFED is #B61012. Grayscale: #BCBCBC. Windows color (decimal): -11931667 or 15593289. OLE color: 15593289.

HSL color Cylindrical-coordinate representation of color #49EFED: hue angle of 179.28º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFED is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 237 -
CMYK 0.69 0 0.01 0.06
HSL 179.28º 0.84% 0.61% -
HSV(B) 179.28º 0.69% 0.94% -
XYZ 48.9 69.26 90.91 -
YUV 189.14 155 45.16 -
System Red Green Blue C M Y K H S L
Decimal 73 239 237 0.69 0 0.01 0.06 179.28 0.84 0.61
Hex 49 EF ED 45 0 1 6 B3 54 3D
Octal 111 357 355 105 0 1 6 263 124 75
Binary 1001001 11101111 11101101 1000101 0 1 110 10110011 1010100 111101

Color Harmonies of #49EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFED

Black with #49EFED

Text Example


Text Example

White with #49EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49EFED; }

 p { color: rgb(73,239,237); }

 H1.HeaderClassName
 {
   color: #49EFED;
 }
 .AnyTagClassName
 {
   color: #49EFED;
 }
</style>

background-color css

<style>
 a { background-color: #49EFED; }

 a { background-color: rgb(73,239,237); }

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

border-color css

<style>
 span { border-color: #49EFED; }

 span { border-color: rgb(73,239,237); }

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