Html Css Color HEX #49DDEE Turquoise Blue

📋 copy color: '#49DDEE'

red 73 ◦ green 221 ◦ blue 238

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

Shades of Turquoise Blue #49DDEE

Tints of Turquoise Blue #49DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.54%

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 13.72%
G = 41.54%
B = 44.74%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49DDEE (or 0x49DDEE) is known color: Turquoise Blue. HEX triplet: 49, DD and EE. RGB value is (73,221,238). Sum of RGB (Red+Green+Blue) = 73+221+238=532 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.72% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #49DDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDEE is #B62211. Grayscale: #B2B2B2. Windows color (decimal): -11936274 or 15654217. OLE color: 15654217.

HSL color Cylindrical-coordinate representation of color #49DDEE: hue angle of 186.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DDEE is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 221 238 -
CMYK 0.69 0.07 0 0.07
HSL 186.18º 0.83% 0.61% -
HSV(B) 186.18º 0.69% 0.93% -
XYZ 44.04 59.3 90.01 -
YUV 178.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 73 221 238 0.69 0.07 0 0.07 186.18 0.83 0.61
Hex 49 DD EE 45 7 0 7 BA 53 3D
Octal 111 335 356 105 7 0 7 272 123 75
Binary 1001001 11011101 11101110 1000101 111 0 111 10111010 1010011 111101

Color Harmonies of #49DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDEE

Black with #49DDEE

Text Example


Text Example

White with #49DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,238); }

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

background-color css

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

 a { background-color: rgb(73,221,238); }

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

border-color css

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

 span { border-color: rgb(73,221,238); }

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