Html Css Color HEX #49DEEB Turquoise

📋 copy color: '#49DEEB'

red 73 ◦ green 222 ◦ blue 235

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

Shades of Turquoise #49DEEB

Tints of Turquoise #49DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

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

R = 13.77%
G = 41.89%
B = 44.34%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49DEEB (or 0x49DEEB) is known color: Turquoise. HEX triplet: 49, DE and EB. RGB value is (73,222,235). Sum of RGB (Red+Green+Blue) = 73+222+235=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #49DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DEEB is #B62114. Grayscale: #B2B2B2. Windows color (decimal): -11936021 or 15457865. OLE color: 15457865.

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

Color convert

RGB 73 222 235 -
CMYK 0.69 0.06 0 0.08
HSL 184.81º 0.8% 0.6% -
HSV(B) 184.81º 0.69% 0.92% -
XYZ 43.86 59.66 87.8 -
YUV 178.93 159.64 52.44 -
System Red Green Blue C M Y K H S L
Decimal 73 222 235 0.69 0.06 0 0.08 184.81 0.8 0.6
Hex 49 DE EB 45 6 0 8 B9 50 3C
Octal 111 336 353 105 6 0 10 271 120 74
Binary 1001001 11011110 11101011 1000101 110 0 1000 10111001 1010000 111100

Color Harmonies of #49DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEEB

Black with #49DEEB

Text Example


Text Example

White with #49DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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