Html Css Color HEX #49FDED Turquoise

📋 copy color: '#49FDED'

red 73 ◦ green 253 ◦ blue 237

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

Shades of Turquoise #49FDED

Tints of Turquoise #49FDED

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.94%

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

R = 12.97%
G = 44.94%
B = 42.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#49FDED (or 0x49FDED) is known color: Turquoise. HEX triplet: 49, FD and ED. RGB value is (73,253,237). Sum of RGB (Red+Green+Blue) = 73+253+237=563 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.97% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDED is #B60212. Grayscale: #C5C5C5. Windows color (decimal): -11928083 or 15596873. OLE color: 15596873.

HSL color Cylindrical-coordinate representation of color #49FDED: hue angle of 174.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FDED is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 253 237 -
CMYK 0.71 0 0.06 0.01
HSL 174.67º 0.98% 0.64% -
HSV(B) 174.67º 0.71% 0.99% -
XYZ 53.16 77.78 92.33 -
YUV 197.36 150.37 39.3 -
System Red Green Blue C M Y K H S L
Decimal 73 253 237 0.71 0 0.06 0.01 174.67 0.98 0.64
Hex 49 FD ED 47 0 6 1 AF 62 40
Octal 111 375 355 107 0 6 1 257 142 100
Binary 1001001 11111101 11101101 1000111 0 110 1 10101111 1100010 1000000

Color Harmonies of #49FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FDED

Black with #49FDED

Text Example


Text Example

White with #49FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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