Html Css Color HEX #49F5CF Turquoise

📋 copy color: '#49F5CF'

red 73 ◦ green 245 ◦ blue 207

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

Shades of Turquoise #49F5CF

Tints of Turquoise #49F5CF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 13.9%
G = 46.67%
B = 39.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#49F5CF (or 0x49F5CF) is known color: Turquoise. HEX triplet: 49, F5 and CF. RGB value is (73,245,207). Sum of RGB (Red+Green+Blue) = 73+245+207=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5CF is #B60A30. Grayscale: #BDBDBD. Windows color (decimal): -11930161 or 13628745. OLE color: 13628745.

HSL color Cylindrical-coordinate representation of color #49F5CF: hue angle of 166.74º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F5CF is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 245 207 -
CMYK 0.70 0 0.16 0.04
HSL 166.74º 0.9% 0.62% -
HSV(B) 166.74º 0.7% 0.96% -
XYZ 46.66 71.23 70.32 -
YUV 189.24 138.02 45.09 -
System Red Green Blue C M Y K H S L
Decimal 73 245 207 0.70 0 0.16 0.04 166.74 0.9 0.62
Hex 49 F5 CF 46 0 10 4 A7 5A 3E
Octal 111 365 317 106 0 20 4 247 132 76
Binary 1001001 11110101 11001111 1000110 0 10000 100 10100111 1011010 111110

Color Harmonies of #49F5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F5CF

Black with #49F5CF

Text Example


Text Example

White with #49F5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,245,207); }

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

background-color css

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

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

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

border-color css

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

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

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