Html Css Color HEX #49DFEB Turquoise

📋 copy color: '#49DFEB'

red 73 ◦ green 223 ◦ blue 235

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

Shades of Turquoise #49DFEB

Tints of Turquoise #49DFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 13.75%
G = 42%
B = 44.26%

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

#49DFEB (or 0x49DFEB) is known color: Turquoise. HEX triplet: 49, DF and EB. RGB value is (73,223,235). Sum of RGB (Red+Green+Blue) = 73+223+235=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #49DFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFEB is #B62014. Grayscale: #B3B3B3. Windows color (decimal): -11935765 or 15458121. OLE color: 15458121.

HSL color Cylindrical-coordinate representation of color #49DFEB: hue angle of 184.44º degrees, saturation: 0.8, 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 #49DFEB is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 223 235 -
CMYK 0.69 0.05 0 0.08
HSL 184.44º 0.8% 0.6% -
HSV(B) 184.44º 0.69% 0.92% -
XYZ 44.13 60.19 87.89 -
YUV 179.52 159.31 52.02 -
System Red Green Blue C M Y K H S L
Decimal 73 223 235 0.69 0.05 0 0.08 184.44 0.8 0.6
Hex 49 DF EB 45 5 0 8 B8 50 3C
Octal 111 337 353 105 5 0 10 270 120 74
Binary 1001001 11011111 11101011 1000101 101 0 1000 10111000 1010000 111100

Color Harmonies of #49DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFEB

Black with #49DFEB

Text Example


Text Example

White with #49DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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