Html Css Color HEX #49DCCA Turquoise

📋 copy color: '#49DCCA'

red 73 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #49DCCA

Tints of Turquoise #49DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 14.75%
G = 44.44%
B = 40.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#49DCCA (or 0x49DCCA) is known color: Turquoise. HEX triplet: 49, DC and CA. RGB value is (73,220,202). Sum of RGB (Red+Green+Blue) = 73+220+202=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCCA is #B62335. Grayscale: #ADADAD. Windows color (decimal): -11936566 or 13294665. OLE color: 13294665.

HSL color Cylindrical-coordinate representation of color #49DCCA: hue angle of 172.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCCA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 202 -
CMYK 0.67 0 0.08 0.14
HSL 172.65º 0.68% 0.57% -
HSV(B) 172.65º 0.67% 0.86% -
XYZ 39 56.87 64.8 -
YUV 174 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 73 220 202 0.67 0 0.08 0.14 172.65 0.68 0.57
Hex 49 DC CA 43 0 8 E AD 44 39
Octal 111 334 312 103 0 10 16 255 104 71
Binary 1001001 11011100 11001010 1000011 0 1000 1110 10101101 1000100 111001

Color Harmonies of #49DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCCA

Black with #49DCCA

Text Example


Text Example

White with #49DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,202); }

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

background-color css

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

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

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

border-color css

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

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

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