Html Css Color HEX #49FBCC Turquoise

📋 copy color: '#49FBCC'

red 73 ◦ green 251 ◦ blue 204

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

Shades of Turquoise #49FBCC

Tints of Turquoise #49FBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.54%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 13.83%
G = 47.54%
B = 38.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#49FBCC (or 0x49FBCC) is known color: Turquoise. HEX triplet: 49, FB and CC. RGB value is (73,251,204). Sum of RGB (Red+Green+Blue) = 73+251+204=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBCC is #B60433. Grayscale: #C0C0C0. Windows color (decimal): -11928628 or 13433673. OLE color: 13433673.

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

Color convert

RGB 73 251 204 -
CMYK 0.71 0 0.19 0.02
HSL 164.16º 0.96% 0.64% -
HSV(B) 164.16º 0.71% 0.98% -
XYZ 48.14 74.77 69.02 -
YUV 192.42 134.53 42.82 -
System Red Green Blue C M Y K H S L
Decimal 73 251 204 0.71 0 0.19 0.02 164.16 0.96 0.64
Hex 49 FB CC 47 0 13 2 A4 60 40
Octal 111 373 314 107 0 23 2 244 140 100
Binary 1001001 11111011 11001100 1000111 0 10011 10 10100100 1100000 1000000

Color Harmonies of #49FBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBCC

Black with #49FBCC

Text Example


Text Example

White with #49FBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,251,204); }

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

background-color css

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

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

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

border-color css

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

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

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