Html Css Color HEX #49EECB Turquoise

📋 copy color: '#49EECB'

red 73 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #49EECB

Tints of Turquoise #49EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.3%

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 14.2%
G = 46.3%
B = 39.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#49EECB (or 0x49EECB) is known color: Turquoise. HEX triplet: 49, EE and CB. RGB value is (73,238,203). Sum of RGB (Red+Green+Blue) = 73+238+203=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #49EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EECB is #B61134. Grayscale: #B8B8B8. Windows color (decimal): -11931957 or 13364809. OLE color: 13364809.

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

Color convert

RGB 73 238 203 -
CMYK 0.69 0 0.15 0.07
HSL 167.27º 0.83% 0.61% -
HSV(B) 167.27º 0.69% 0.93% -
XYZ 44.1 66.88 67.08 -
YUV 184.68 138.34 48.35 -
System Red Green Blue C M Y K H S L
Decimal 73 238 203 0.69 0 0.15 0.07 167.27 0.83 0.61
Hex 49 EE CB 45 0 F 7 A7 53 3D
Octal 111 356 313 105 0 17 7 247 123 75
Binary 1001001 11101110 11001011 1000101 0 1111 111 10100111 1010011 111101

Color Harmonies of #49EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EECB

Black with #49EECB

Text Example


Text Example

White with #49EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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