Html Css Color HEX #49EDDF Turquoise

📋 copy color: '#49EDDF'

red 73 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #49EDDF

Tints of Turquoise #49EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

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

R = 13.7%
G = 44.47%
B = 41.84%

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

#49EDDF (or 0x49EDDF) is known color: Turquoise. HEX triplet: 49, ED and DF. RGB value is (73,237,223). Sum of RGB (Red+Green+Blue) = 73+237+223=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDDF is #B61220. Grayscale: #BABABA. Windows color (decimal): -11932193 or 14675273. OLE color: 14675273.

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

Color convert

RGB 73 237 223 -
CMYK 0.69 0 0.06 0.07
HSL 174.88º 0.82% 0.61% -
HSV(B) 174.88º 0.69% 0.93% -
XYZ 46.35 67.31 80.36 -
YUV 186.37 148.67 47.14 -
System Red Green Blue C M Y K H S L
Decimal 73 237 223 0.69 0 0.06 0.07 174.88 0.82 0.61
Hex 49 ED DF 45 0 6 7 AF 52 3D
Octal 111 355 337 105 0 6 7 257 122 75
Binary 1001001 11101101 11011111 1000101 0 110 111 10101111 1010010 111101

Color Harmonies of #49EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDDF

Black with #49EDDF

Text Example


Text Example

White with #49EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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