Html Css Color HEX #49EEDF Turquoise

📋 copy color: '#49EEDF'

red 73 ◦ green 238 ◦ blue 223

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

Shades of Turquoise #49EEDF

Tints of Turquoise #49EEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 13.67%
G = 44.57%
B = 41.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#49EEDF (or 0x49EEDF) is known color: Turquoise. HEX triplet: 49, EE and DF. RGB value is (73,238,223). Sum of RGB (Red+Green+Blue) = 73+238+223=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEDF is #B61120. Grayscale: #BABABA. Windows color (decimal): -11931937 or 14675529. OLE color: 14675529.

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

Color convert

RGB 73 238 223 -
CMYK 0.69 0 0.06 0.07
HSL 174.55º 0.83% 0.61% -
HSV(B) 174.55º 0.69% 0.93% -
XYZ 46.64 67.89 80.46 -
YUV 186.96 148.34 46.72 -
System Red Green Blue C M Y K H S L
Decimal 73 238 223 0.69 0 0.06 0.07 174.55 0.83 0.61
Hex 49 EE DF 45 0 6 7 AF 53 3D
Octal 111 356 337 105 0 6 7 257 123 75
Binary 1001001 11101110 11011111 1000101 0 110 111 10101111 1010011 111101

Color Harmonies of #49EEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEDF

Black with #49EEDF

Text Example


Text Example

White with #49EEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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