Html Css Color HEX #49EEED Turquoise

📋 copy color: '#49EEED'

red 73 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #49EEED

Tints of Turquoise #49EEED

RGB

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

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

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

R = 13.32%
G = 43.43%
B = 43.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#49EEED (or 0x49EEED) is known color: Turquoise. HEX triplet: 49, EE and ED. RGB value is (73,238,237). Sum of RGB (Red+Green+Blue) = 73+238+237=548 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.32% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EEED is #B61112. Grayscale: #BCBCBC. Windows color (decimal): -11931923 or 15593033. OLE color: 15593033.

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

Color convert

RGB 73 238 237 -
CMYK 0.69 0 0.00 0.07
HSL 179.64º 0.83% 0.61% -
HSV(B) 179.64º 0.69% 0.93% -
XYZ 48.61 68.68 90.82 -
YUV 188.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 73 238 237 0.69 0 0.00 0.07 179.64 0.83 0.61
Hex 49 EE ED 45 0 0 7 B4 53 3D
Octal 111 356 355 105 0 0 7 264 123 75
Binary 1001001 11101110 11101101 1000101 0 0 111 10110100 1010011 111101

Color Harmonies of #49EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEED

Black with #49EEED

Text Example


Text Example

White with #49EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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