#48FCC9

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

Shades of Turquoise #48FCC9

Tints of Turquoise #48FCC9

Color information

#48FCC9 (or 0x48FCC9) is unknown color: approx Turquoise. HEX triplet: 48, FC and C9. RGB value is (72,252,201). Sum of RGB (Red+Green+Blue) = 72+252+201=525 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.71% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCC9 is #B70336. Grayscale: #C0C0C0. Windows color (decimal): -11993911 or 13237320. OLE color: 13237320.

HSL color Cylindrical-coordinate representation of color #48FCC9: hue angle of 163º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCC9 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB72252201-
CMYK0.7100.200.01
HSL163º96.77%63.53%-
HSV(B)163º71.43%98.82%-
XYZ48.0375.2267.25-
YUV192.37132.8742.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.71%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=13.71%
G=48%
B=38.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722522010.7100.200.0116396.7763.53
Hex48FCC9470141a36140
Octal1103743111070241243141100
Binary10010001111110011001001100011101010011010001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,252,201); }

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

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

 a { background-color: rgb(72,252,201); }

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

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

 span { border-color: rgb(72,252,201); }

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