#48F0BE

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

Shades of Turquoise #48F0BE

Tints of Turquoise #48F0BE

Color information

#48F0BE (or 0x48F0BE) is unknown color: approx Turquoise. HEX triplet: 48, F0 and BE. RGB value is (72,240,190). Sum of RGB (Red+Green+Blue) = 72+240+190=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #48F0BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F0BE is #B70F41. Grayscale: #B8B8B8. Windows color (decimal): -11996994 or 12513352. OLE color: 12513352.

HSL color Cylindrical-coordinate representation of color #48F0BE: hue angle of 162.14º 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 #48F0BE is Cyan = 0.7, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB72240190-
CMYK0.700.210.06
HSL162.14º84.85%61.18%-
HSV(B)162.14º70%94.12%-
XYZ43.1367.4259.45-
YUV184.07131.3448.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.34%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=14.34%
G=47.81%
B=37.85%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722401900.700.210.06162.1484.8561.18
Hex48F0BE460156a2553d
Octal110360276106025624212575
Binary100100011110000101111101000110010101110101000101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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