#48F0B3

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

Shades of Turquoise #48F0B3

Tints of Turquoise #48F0B3

Color information

#48F0B3 (or 0x48F0B3) is unknown color: approx Turquoise. HEX triplet: 48, F0 and B3. RGB value is (72,240,179). Sum of RGB (Red+Green+Blue) = 72+240+179=491 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.66% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #48F0B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F0B3 is #B70F4C. Grayscale: #B6B6B6. Windows color (decimal): -11997005 or 11792456. OLE color: 11792456.

HSL color Cylindrical-coordinate representation of color #48F0B3: hue angle of 158.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F0B3 is Cyan = 0.7, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB72240179-
CMYK0.700.250.06
HSL158.21º84.85%61.18%-
HSV(B)158.21º70%94.12%-
XYZ41.9766.9553.36-
YUV182.81125.8448.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.66%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=14.66%
G=48.88%
B=36.46%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722401790.700.250.06158.2184.8561.18
Hex48F0B34601969e553d
Octal110360263106031623612575
Binary100100011110000101100111000110011001110100111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,240,179); }

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

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

 a { background-color: rgb(72,240,179); }

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

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

 span { border-color: rgb(72,240,179); }

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