#48C9CA

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

Shades of Medium Turquoise #48C9CA

Tints of Medium Turquoise #48C9CA

Color information

#48C9CA (or 0x48C9CA) is unknown color: approx Medium Turquoise. HEX triplet: 48, C9 and CA. RGB value is (72,201,202). Sum of RGB (Red+Green+Blue) = 72+201+202=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #48C9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C9CA is #B73635. Grayscale: #A2A2A2. Windows color (decimal): -12006966 or 13289800. OLE color: 13289800.

HSL color Cylindrical-coordinate representation of color #48C9CA: hue angle of 180.46º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C9CA is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72201202-
CMYK0.640.0000.21
HSL180.46º55.08%53.73%-
HSV(B)180.46º64.36%79.22%-
XYZ34.2247.4263.23-
YUV162.54150.2663.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.16%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=15.16%
G=42.32%
B=42.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722012020.640.0000.21180.4655.0853.73
Hex48C9CA400015b43736
Octal11031131210000252646766
Binary100100011001001110010101000000001010110110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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