Html Css Color HEX #49D4ED Turquoise Blue

📋 copy color: '#49D4ED'

red 73 ◦ green 212 ◦ blue 237

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

Shades of Turquoise Blue #49D4ED

Tints of Turquoise Blue #49D4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.61%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 13.98%
G = 40.61%
B = 45.4%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49D4ED (or 0x49D4ED) is known color: Turquoise Blue. HEX triplet: 49, D4 and ED. RGB value is (73,212,237). Sum of RGB (Red+Green+Blue) = 73+212+237=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #49D4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D4ED is #B62B12. Grayscale: #ADADAD. Windows color (decimal): -11938579 or 15586377. OLE color: 15586377.

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

Color convert

RGB 73 212 237 -
CMYK 0.69 0.11 0 0.07
HSL 189.15º 0.82% 0.61% -
HSV(B) 189.15º 0.69% 0.93% -
XYZ 41.58 54.62 88.47 -
YUV 173.29 163.95 56.47 -
System Red Green Blue C M Y K H S L
Decimal 73 212 237 0.69 0.11 0 0.07 189.15 0.82 0.61
Hex 49 D4 ED 45 B 0 7 BD 52 3D
Octal 111 324 355 105 13 0 7 275 122 75
Binary 1001001 11010100 11101101 1000101 1011 0 111 10111101 1010010 111101

Color Harmonies of #49D4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D4ED

Black with #49D4ED

Text Example


Text Example

White with #49D4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,237); }

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

background-color css

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

 a { background-color: rgb(73,212,237); }

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

border-color css

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

 span { border-color: rgb(73,212,237); }

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