Html Css Color HEX #49EFD4 Turquoise

📋 copy color: '#49EFD4'

red 73 ◦ green 239 ◦ blue 212

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

Shades of Turquoise #49EFD4

Tints of Turquoise #49EFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.46%

R = 13.93%
G = 45.61%
B = 40.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#49EFD4 (or 0x49EFD4) is known color: Turquoise. HEX triplet: 49, EF and D4. RGB value is (73,239,212). Sum of RGB (Red+Green+Blue) = 73+239+212=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFD4 is #B6102B. Grayscale: #BABABA. Windows color (decimal): -11931692 or 13954889. OLE color: 13954889.

HSL color Cylindrical-coordinate representation of color #49EFD4: hue angle of 170.24º 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 #49EFD4 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 212 -
CMYK 0.69 0 0.11 0.06
HSL 170.24º 0.84% 0.61% -
HSV(B) 170.24º 0.69% 0.94% -
XYZ 45.5 67.9 73 -
YUV 186.29 142.5 47.2 -
System Red Green Blue C M Y K H S L
Decimal 73 239 212 0.69 0 0.11 0.06 170.24 0.84 0.61
Hex 49 EF D4 45 0 B 6 AA 54 3D
Octal 111 357 324 105 0 13 6 252 124 75
Binary 1001001 11101111 11010100 1000101 0 1011 110 10101010 1010100 111101

Color Harmonies of #49EFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFD4

Black with #49EFD4

Text Example


Text Example

White with #49EFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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