#48CDDB

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

Shades of Medium Turquoise #48CDDB

Tints of Medium Turquoise #48CDDB

Color information

#48CDDB (or 0x48CDDB) is unknown color: approx Medium Turquoise. HEX triplet: 48, CD and DB. RGB value is (72,205,219). Sum of RGB (Red+Green+Blue) = 72+205+219=496 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.52% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #48CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDDB is #B73224. Grayscale: #A6A6A6. Windows color (decimal): -12005925 or 14404936. OLE color: 14404936.

HSL color Cylindrical-coordinate representation of color #48CDDB: hue angle of 185.71º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CDDB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72205219-
CMYK0.670.0600.14
HSL185.71º67.12%57.06%-
HSV(B)185.71º67.12%85.88%-
XYZ37.2950.1574.73-
YUV166.83157.4460.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.52%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=14.52%
G=41.33%
B=44.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722052190.670.0600.14185.7167.1257.06
Hex48CDDB4360Eba4339
Octal110315333103601627210371
Binary10010001100110111011011100001111001110101110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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