Html Css Color HEX #49F5CB Turquoise

📋 copy color: '#49F5CB'

red 73 ◦ green 245 ◦ blue 203

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

Shades of Turquoise #49F5CB

Tints of Turquoise #49F5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 14.01%
G = 47.02%
B = 38.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#49F5CB (or 0x49F5CB) is known color: Turquoise. HEX triplet: 49, F5 and CB. RGB value is (73,245,203). Sum of RGB (Red+Green+Blue) = 73+245+203=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F5CB is #B60A34. Grayscale: #BCBCBC. Windows color (decimal): -11930165 or 13366601. OLE color: 13366601.

HSL color Cylindrical-coordinate representation of color #49F5CB: hue angle of 165.35º 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 #49F5CB is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 245 203 -
CMYK 0.70 0 0.17 0.04
HSL 165.35º 0.9% 0.62% -
HSV(B) 165.35º 0.7% 0.96% -
XYZ 46.18 71.03 67.78 -
YUV 188.78 136.02 45.42 -
System Red Green Blue C M Y K H S L
Decimal 73 245 203 0.70 0 0.17 0.04 165.35 0.9 0.62
Hex 49 F5 CB 46 0 11 4 A5 5A 3E
Octal 111 365 313 106 0 21 4 245 132 76
Binary 1001001 11110101 11001011 1000110 0 10001 100 10100101 1011010 111110

Color Harmonies of #49F5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F5CB

Black with #49F5CB

Text Example


Text Example

White with #49F5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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