#30CAC5

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

Shades of Medium Turquoise #30CAC5

Tints of Medium Turquoise #30CAC5

Color information

#30CAC5 (or 0x30CAC5) is unknown color: approx Medium Turquoise. HEX triplet: 30, CA and C5. RGB value is (48,202,197). Sum of RGB (Red+Green+Blue) = 48+202+197=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CAC5 is #CF353A. Grayscale: #9B9B9B. Windows color (decimal): -13579579 or 12962352. OLE color: 12962352.

HSL color Cylindrical-coordinate representation of color #30CAC5: hue angle of 178.05º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CAC5 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB48202197-
CMYK0.7600.020.21
HSL178.05º61.6%49.02%-
HSV(B)178.05º76.24%79.22%-
XYZ32.4246.960.17-
YUV155.38151.4851.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.74%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 197 (77.34% from 255) = 44.07%
R=10.74%
G=45.19%
B=44.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal482021970.7600.020.21178.0561.649.02
Hex30CAC54C0215b23e31
Octal6031230511402252627661
Binary110000110010101100010110011000101010110110010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30CAC5; }

 p { color: rgb(48,202,197); }

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

<style>
 a { background-color: #30CAC5; }

 a { background-color: rgb(48,202,197); }

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

<style>
 span { border-color: #30CAC5; }

 span { border-color: rgb(48,202,197); }

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