#48D7CA

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

Shades of Medium Turquoise #48D7CA

Tints of Medium Turquoise #48D7CA

Color information

#48D7CA (or 0x48D7CA) is unknown color: approx Medium Turquoise. HEX triplet: 48, D7 and CA. RGB value is (72,215,202). Sum of RGB (Red+Green+Blue) = 72+215+202=489 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.72% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #48D7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D7CA is #B72835. Grayscale: #AAAAAA. Windows color (decimal): -12003382 or 13293384. OLE color: 13293384.

HSL color Cylindrical-coordinate representation of color #48D7CA: hue angle of 174.55º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D7CA is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB72215202-
CMYK0.6700.060.16
HSL174.55º64.13%56.27%-
HSV(B)174.55º66.51%84.31%-
XYZ37.6354.2464.36-
YUV170.76145.6257.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.72%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=14.72%
G=43.97%
B=41.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722152020.6700.060.16174.5564.1356.27
Hex48D7CA430610af4038
Octal110327312103062025710070
Binary100100011010111110010101000011011010000101011111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,215,202); }

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

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

 a { background-color: rgb(72,215,202); }

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

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

 span { border-color: rgb(72,215,202); }

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