#48DFE6

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

Shades of Turquoise #48DFE6

Tints of Turquoise #48DFE6

Color information

#48DFE6 (or 0x48DFE6) is unknown color: approx Turquoise. HEX triplet: 48, DF and E6. RGB value is (72,223,230). Sum of RGB (Red+Green+Blue) = 72+223+230=525 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.71% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #48DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DFE6 is #B72019. Grayscale: #B2B2B2. Windows color (decimal): -12001306 or 15130440. OLE color: 15130440.

HSL color Cylindrical-coordinate representation of color #48DFE6: hue angle of 182.66º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DFE6 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB72223230-
CMYK0.690.0300.10
HSL182.66º75.96%59.22%-
HSV(B)182.66º68.7%90.2%-
XYZ43.3459.8784.13-
YUV178.65156.9751.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.71%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 230 (90.23% from 255) = 43.81%
R=13.71%
G=42.48%
B=43.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722232300.690.0300.10182.6675.9659.22
Hex48DFE64530Ab74c3b
Octal110337346105301226711473
Binary1001000110111111110011010001011101010101101111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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