#48DBEC

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

Shades of Turquoise #48DBEC

Tints of Turquoise #48DBEC

Color information

#48DBEC (or 0x48DBEC) is unknown color: approx Turquoise. HEX triplet: 48, DB and EC. RGB value is (72,219,236). Sum of RGB (Red+Green+Blue) = 72+219+236=527 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.66% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #48DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48DBEC is #B72413. Grayscale: #B0B0B0. Windows color (decimal): -12002324 or 15522632. OLE color: 15522632.

HSL color Cylindrical-coordinate representation of color #48DBEC: hue angle of 186.22º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DBEC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72219236-
CMYK0.690.0700.07
HSL186.22º81.19%60.39%-
HSV(B)186.22º69.49%92.55%-
XYZ43.1458.188.3-
YUV176.98161.353.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.66%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=13.66%
G=41.56%
B=44.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722192360.690.0700.07186.2281.1960.39
Hex48DBEC45707ba513c
Octal11033335410570727212174
Binary1001000110110111110110010001011110111101110101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,219,236); }

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

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

 a { background-color: rgb(72,219,236); }

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

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

 span { border-color: rgb(72,219,236); }

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