#48CCCA

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

Shades of Medium Turquoise #48CCCA

Tints of Medium Turquoise #48CCCA

Color information

#48CCCA (or 0x48CCCA) is unknown color: approx Medium Turquoise. HEX triplet: 48, CC and CA. RGB value is (72,204,202). Sum of RGB (Red+Green+Blue) = 72+204+202=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCCA is #B73335. Grayscale: #A4A4A4. Windows color (decimal): -12006198 or 13290568. OLE color: 13290568.

HSL color Cylindrical-coordinate representation of color #48CCCA: hue angle of 179.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCCA is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB72204202-
CMYK0.6500.010.2
HSL179.09º56.41%54.12%-
HSV(B)179.09º64.71%80%-
XYZ34.9348.8363.46-
YUV164.3149.2762.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.06%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=15.06%
G=42.68%
B=42.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal722042020.6500.010.2179.0956.4154.12
Hex48CCCA410114b33836
Octal11031431210101242637066
Binary100100011001100110010101000001011010010110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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