#48F8BC

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

Shades of Turquoise #48F8BC

Tints of Turquoise #48F8BC

Color information

#48F8BC (or 0x48F8BC) is unknown color: approx Turquoise. HEX triplet: 48, F8 and BC. RGB value is (72,248,188). Sum of RGB (Red+Green+Blue) = 72+248+188=508 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.17% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #48F8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F8BC is #B70743. Grayscale: #BCBCBC. Windows color (decimal): -11994948 or 12384328. OLE color: 12384328.

HSL color Cylindrical-coordinate representation of color #48F8BC: hue angle of 159.55º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F8BC is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB72248188-
CMYK0.7100.240.03
HSL159.55º92.63%62.75%-
HSV(B)159.55º70.97%97.25%-
XYZ45.3272.1459.11-
YUV188.54127.6944.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.17%
GREEN value IS 248 (97.27% from 255) = 48.82%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=14.17%
G=48.82%
B=37.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722481880.7100.240.03159.5592.6362.75
Hex48F8BC470183a05d3f
Octal110370274107030324013577
Binary10010001111100010111100100011101100011101000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,248,188); }

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

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

 a { background-color: rgb(72,248,188); }

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

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

 span { border-color: rgb(72,248,188); }

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