#48E0BF

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

Shades of Turquoise #48E0BF

Tints of Turquoise #48E0BF

Color information

#48E0BF (or 0x48E0BF) is unknown color: approx Turquoise. HEX triplet: 48, E0 and BF. RGB value is (72,224,191). Sum of RGB (Red+Green+Blue) = 72+224+191=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #48E0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E0BF is #B71F40. Grayscale: #AEAEAE. Windows color (decimal): -12001089 or 12574792. OLE color: 12574792.

HSL color Cylindrical-coordinate representation of color #48E0BF: hue angle of 166.97º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E0BF is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB72224191-
CMYK0.6800.150.12
HSL166.97º71.03%58.04%-
HSV(B)166.97º67.86%87.84%-
XYZ38.7358.4558.53-
YUV174.79137.1454.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.78%
GREEN value IS 224 (87.89% from 255) = 46.00%
BLUE value IS 191 (75% from 255) = 39.22%
R=14.78%
G=46.00%
B=39.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722241910.6800.150.12166.9771.0358.04
Hex48E0BF440FCa7473a
Octal1103402771040171424710772
Binary100100011100000101111111000100011111100101001111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,224,191); }

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

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

 a { background-color: rgb(72,224,191); }

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

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

 span { border-color: rgb(72,224,191); }

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