Html Css Color HEX #49DFEA Turquoise

📋 copy color: '#49DFEA'

red 73 ◦ green 223 ◦ blue 234

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

Shades of Turquoise #49DFEA

Tints of Turquoise #49DFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 13.77%
G = 42.08%
B = 44.15%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49DFEA (or 0x49DFEA) is known color: Turquoise. HEX triplet: 49, DF and EA. RGB value is (73,223,234). Sum of RGB (Red+Green+Blue) = 73+223+234=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #49DFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFEA is #B62015. Grayscale: #B3B3B3. Windows color (decimal): -11935766 or 15392585. OLE color: 15392585.

HSL color Cylindrical-coordinate representation of color #49DFEA: hue angle of 184.1º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DFEA is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 223 234 -
CMYK 0.69 0.05 0 0.08
HSL 184.1º 0.79% 0.6% -
HSV(B) 184.1º 0.69% 0.92% -
XYZ 43.99 60.13 87.13 -
YUV 179.4 158.81 52.11 -
System Red Green Blue C M Y K H S L
Decimal 73 223 234 0.69 0.05 0 0.08 184.1 0.79 0.6
Hex 49 DF EA 45 5 0 8 B8 4F 3C
Octal 111 337 352 105 5 0 10 270 117 74
Binary 1001001 11011111 11101010 1000101 101 0 1000 10111000 1001111 111100

Color Harmonies of #49DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFEA

Black with #49DFEA

Text Example


Text Example

White with #49DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,234); }

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

background-color css

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

 a { background-color: rgb(73,223,234); }

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

border-color css

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

 span { border-color: rgb(73,223,234); }

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