Html Css Color HEX #49FBB8 Turquoise

📋 copy color: '#49FBB8'

red 73 ◦ green 251 ◦ blue 184

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

Shades of Turquoise #49FBB8

Tints of Turquoise #49FBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 14.37%
G = 49.41%
B = 36.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#49FBB8 (or 0x49FBB8) is known color: Turquoise. HEX triplet: 49, FB and B8. RGB value is (73,251,184). Sum of RGB (Red+Green+Blue) = 73+251+184=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBB8 is #B60447. Grayscale: #BEBEBE. Windows color (decimal): -11928648 or 12122953. OLE color: 12122953.

HSL color Cylindrical-coordinate representation of color #49FBB8: hue angle of 157.42º 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 #49FBB8 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 251 184 -
CMYK 0.71 0 0.27 0.02
HSL 157.42º 0.96% 0.64% -
HSV(B) 157.42º 0.71% 0.98% -
XYZ 45.9 73.87 57.19 -
YUV 190.14 124.53 44.45 -
System Red Green Blue C M Y K H S L
Decimal 73 251 184 0.71 0 0.27 0.02 157.42 0.96 0.64
Hex 49 FB B8 47 0 1B 2 9D 60 40
Octal 111 373 270 107 0 33 2 235 140 100
Binary 1001001 11111011 10111000 1000111 0 11011 10 10011101 1100000 1000000

Color Harmonies of #49FBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBB8

Black with #49FBB8

Text Example


Text Example

White with #49FBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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