Html Css Color HEX #49EFD5 Turquoise

📋 copy color: '#49EFD5'

red 73 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #49EFD5

Tints of Turquoise #49EFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 13.9%
G = 45.52%
B = 40.57%

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

#49EFD5 (or 0x49EFD5) is known color: Turquoise. HEX triplet: 49, EF and D5. RGB value is (73,239,213). Sum of RGB (Red+Green+Blue) = 73+239+213=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFD5 is #B6102A. Grayscale: #BABABA. Windows color (decimal): -11931691 or 14020425. OLE color: 14020425.

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

Color convert

RGB 73 239 213 -
CMYK 0.69 0 0.11 0.06
HSL 170.6º 0.84% 0.61% -
HSV(B) 170.6º 0.69% 0.94% -
XYZ 45.62 67.95 73.66 -
YUV 186.4 143 47.11 -
System Red Green Blue C M Y K H S L
Decimal 73 239 213 0.69 0 0.11 0.06 170.6 0.84 0.61
Hex 49 EF D5 45 0 B 6 AB 54 3D
Octal 111 357 325 105 0 13 6 253 124 75
Binary 1001001 11101111 11010101 1000101 0 1011 110 10101011 1010100 111101

Color Harmonies of #49EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFD5

Black with #49EFD5

Text Example


Text Example

White with #49EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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