#48F9BA

Color #48F9BA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #48F9BA

Tints of Turquoise #48F9BA

Color information

#48F9BA (or 0x48F9BA) is unknown color: approx Turquoise. HEX triplet: 48, F9 and BA. RGB value is (72,249,186). Sum of RGB (Red+Green+Blue) = 72+249+186=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #48F9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F9BA is #B70645. Grayscale: #BCBCBC. Windows color (decimal): -11994694 or 12253512. OLE color: 12253512.

HSL color Cylindrical-coordinate representation of color #48F9BA: hue angle of 158.64º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F9BA is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB72249186-
CMYK0.7100.250.02
HSL158.64º93.65%62.94%-
HSV(B)158.64º71.08%97.65%-
XYZ45.4172.6758.09-
YUV188.9126.3644.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.20%
GREEN value IS 249 (97.66% from 255) = 49.11%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=14.20%
G=49.11%
B=36.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722491860.7100.250.02158.6493.6562.94
Hex48F9BA4701929f5e3f
Octal110371272107031223713677
Binary10010001111100110111010100011101100110100111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48F9BA; }

 p { color: rgb(72,249,186); }

 H1.HeaderClassName
 {
   color: #48F9BA;
 }
 .AnyTagClassName
 {
   color: #48F9BA;
 }
</style>
background-color css

<style>
 a { background-color: #48F9BA; }

 a { background-color: rgb(72,249,186); }

 div.DivClassName
 {
   background-color: #48F9BA;
 }
 .BgClassName
 {
   background-color: #48F9BA;
 }
</style>
border-color css

<style>
 span { border-color: #48F9BA; }

 span { border-color: rgb(72,249,186); }

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