Html Css Color HEX #49DFEF Turquoise Blue

📋 copy color: '#49DFEF'

red 73 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #49DFEF

Tints of Turquoise Blue #49DFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 13.64%
G = 41.68%
B = 44.67%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49DFEF (or 0x49DFEF) is known color: Turquoise Blue. HEX triplet: 49, DF and EF. RGB value is (73,223,239). Sum of RGB (Red+Green+Blue) = 73+223+239=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #49DFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFEF is #B62010. Grayscale: #B3B3B3. Windows color (decimal): -11935761 or 15720265. OLE color: 15720265.

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

Color convert

RGB 73 223 239 -
CMYK 0.69 0.07 0 0.06
HSL 185.78º 0.84% 0.61% -
HSV(B) 185.78º 0.69% 0.94% -
XYZ 44.72 60.42 90.97 -
YUV 179.97 161.31 51.7 -
System Red Green Blue C M Y K H S L
Decimal 73 223 239 0.69 0.07 0 0.06 185.78 0.84 0.61
Hex 49 DF EF 45 7 0 6 BA 54 3D
Octal 111 337 357 105 7 0 6 272 124 75
Binary 1001001 11011111 11101111 1000101 111 0 110 10111010 1010100 111101

Color Harmonies of #49DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFEF

Black with #49DFEF

Text Example


Text Example

White with #49DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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