#48FBDC

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

Shades of Turquoise #48FBDC

Tints of Turquoise #48FBDC

Color information

#48FBDC (or 0x48FBDC) is unknown color: approx Turquoise. HEX triplet: 48, FB and DC. RGB value is (72,251,220). Sum of RGB (Red+Green+Blue) = 72+251+220=543 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.26% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FBDC is #B70423. Grayscale: #C1C1C1. Windows color (decimal): -11994148 or 14482248. OLE color: 14482248.

HSL color Cylindrical-coordinate representation of color #48FBDC: hue angle of 169.61º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FBDC is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB72251220-
CMYK0.7100.120.02
HSL169.61º95.72%63.33%-
HSV(B)169.61º71.31%98.43%-
XYZ50.0975.5479.65-
YUV193.94142.741.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.26%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=13.26%
G=46.22%
B=40.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722512200.7100.120.02169.6195.7263.33
Hex48FBDC470C2aa603f
Octal110373334107014225214077
Binary1001000111110111101110010001110110010101010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,251,220); }

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

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

 a { background-color: rgb(72,251,220); }

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

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

 span { border-color: rgb(72,251,220); }

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