Html Css Color HEX #49ECED Turquoise

📋 copy color: '#49ECED'

red 73 ◦ green 236 ◦ blue 237

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

Shades of Turquoise #49ECED

Tints of Turquoise #49ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.22%

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

R = 13.37%
G = 43.22%
B = 43.41%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49ECED (or 0x49ECED) is known color: Turquoise. HEX triplet: 49, EC and ED. RGB value is (73,236,237). Sum of RGB (Red+Green+Blue) = 73+236+237=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #49ECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECED is #B61312. Grayscale: #BBBBBB. Windows color (decimal): -11932435 or 15592521. OLE color: 15592521.

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

Color convert

RGB 73 236 237 -
CMYK 0.69 0.00 0 0.07
HSL 180.37º 0.82% 0.61% -
HSV(B) 180.37º 0.69% 0.93% -
XYZ 48.03 67.52 90.62 -
YUV 187.38 156 46.42 -
System Red Green Blue C M Y K H S L
Decimal 73 236 237 0.69 0.00 0 0.07 180.37 0.82 0.61
Hex 49 EC ED 45 0 0 7 B4 52 3D
Octal 111 354 355 105 0 0 7 264 122 75
Binary 1001001 11101100 11101101 1000101 0 0 111 10110100 1010010 111101

Color Harmonies of #49ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECED

Black with #49ECED

Text Example


Text Example

White with #49ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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