#48F4D0

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

Shades of Turquoise #48F4D0

Tints of Turquoise #48F4D0

Color information

#48F4D0 (or 0x48F4D0) is unknown color: approx Turquoise. HEX triplet: 48, F4 and D0. RGB value is (72,244,208). Sum of RGB (Red+Green+Blue) = 72+244+208=524 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.74% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #48F4D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F4D0 is #B70B2F. Grayscale: #BCBCBC. Windows color (decimal): -11995952 or 13694024. OLE color: 13694024.

HSL color Cylindrical-coordinate representation of color #48F4D0: hue angle of 167.44º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F4D0 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB72244208-
CMYK0.7000.150.04
HSL167.44º88.66%61.96%-
HSV(B)167.44º70.49%95.69%-
XYZ46.4170.6370.86-
YUV188.47139.0244.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.74%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=13.74%
G=46.56%
B=39.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722442080.7000.150.04167.4488.6661.96
Hex48F4D0460F4a7593e
Octal110364320106017424713176
Binary10010001111010011010000100011001111100101001111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,244,208); }

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

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

 a { background-color: rgb(72,244,208); }

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

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

 span { border-color: rgb(72,244,208); }

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