Html Css Color HEX #49EDED Turquoise

📋 copy color: '#49EDED'

red 73 ◦ green 237 ◦ blue 237

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

Shades of Turquoise #49EDED

Tints of Turquoise #49EDED

RGB

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

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

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

R = 13.35%
G = 43.33%
B = 43.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49EDED (or 0x49EDED) is known color: Turquoise. HEX triplet: 49, ED and ED. RGB value is (73,237,237). Sum of RGB (Red+Green+Blue) = 73+237+237=547 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.35% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #49EDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EDED is #B61212. Grayscale: #BBBBBB. Windows color (decimal): -11932179 or 15592777. OLE color: 15592777.

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

Color convert

RGB 73 237 237 -
CMYK 0.69 0 0 0.07
HSL 180º 0.82% 0.61% -
HSV(B) 180º 0.69% 0.93% -
XYZ 48.32 68.1 90.72 -
YUV 187.96 155.67 46 -
System Red Green Blue C M Y K H S L
Decimal 73 237 237 0.69 0 0 0.07 180 0.82 0.61
Hex 49 ED ED 45 0 0 7 B4 52 3D
Octal 111 355 355 105 0 0 7 264 122 75
Binary 1001001 11101101 11101101 1000101 0 0 111 10110100 1010010 111101

Color Harmonies of #49EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDED

Black with #49EDED

Text Example


Text Example

White with #49EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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