#48FFBA

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

Shades of Turquoise #48FFBA

Tints of Turquoise #48FFBA

Color information

#48FFBA (or 0x48FFBA) is unknown color: approx Turquoise. HEX triplet: 48, FF and BA. RGB value is (72,255,186). Sum of RGB (Red+Green+Blue) = 72+255+186=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFBA is #B70045. Grayscale: #C0C0C0. Windows color (decimal): -11993158 or 12255048. OLE color: 12255048.

HSL color Cylindrical-coordinate representation of color #48FFBA: hue angle of 157.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFBA is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB72255186-
CMYK0.7200.270
HSL157.38º100%64.12%-
HSV(B)157.38º71.76%100%-
XYZ47.376.4458.72-
YUV192.42124.3742.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.04%
GREEN value IS 255 (100% from 255) = 49.71%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=14.04%
G=49.71%
B=36.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal722551860.7200.270157.3810064.12
Hex48FFBA4801B09d6440
Octal1103772721100330235144100
Binary10010001111111110111010100100001101101001110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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