#48E4DF

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

Shades of Turquoise #48E4DF

Tints of Turquoise #48E4DF

Color information

#48E4DF (or 0x48E4DF) is unknown color: approx Turquoise. HEX triplet: 48, E4 and DF. RGB value is (72,228,223). Sum of RGB (Red+Green+Blue) = 72+228+223=523 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.77% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #48E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E4DF is #B71B20. Grayscale: #B4B4B4. Windows color (decimal): -12000033 or 14672968. OLE color: 14672968.

HSL color Cylindrical-coordinate representation of color #48E4DF: hue angle of 178.08º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E4DF is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB72228223-
CMYK0.6800.020.11
HSL178.08º74.29%58.82%-
HSV(B)178.08º68.42%89.41%-
XYZ43.7462.1979.51-
YUV180.79151.8250.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.77%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=13.77%
G=43.59%
B=42.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722282230.6800.020.11178.0874.2958.82
Hex48E4DF4402Bb24a3b
Octal110344337104021326211273
Binary1001000111001001101111110001000101011101100101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,228,223); }

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

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

 a { background-color: rgb(72,228,223); }

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

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

 span { border-color: rgb(72,228,223); }

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