#48D9E8

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

Shades of Turquoise #48D9E8

Tints of Turquoise #48D9E8

Color information

#48D9E8 (or 0x48D9E8) is unknown color: approx Turquoise. HEX triplet: 48, D9 and E8. RGB value is (72,217,232). Sum of RGB (Red+Green+Blue) = 72+217+232=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #48D9E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D9E8 is #B72617. Grayscale: #AFAFAF. Windows color (decimal): -12002840 or 15259976. OLE color: 15259976.

HSL color Cylindrical-coordinate representation of color #48D9E8: hue angle of 185.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48D9E8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB72217232-
CMYK0.690.0600.09
HSL185.62º77.67%59.61%-
HSV(B)185.62º68.97%90.98%-
XYZ42.0556.8385.1-
YUV175.36159.9654.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.82%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=13.82%
G=41.65%
B=44.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal722172320.690.0600.09185.6277.6759.61
Hex48D9E845609ba4e3c
Octal110331350105601127211674
Binary10010001101100111101000100010111001001101110101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,217,232); }

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

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

 a { background-color: rgb(72,217,232); }

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

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

 span { border-color: rgb(72,217,232); }

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