#30CAC9

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

Shades of Medium Turquoise #30CAC9

Tints of Medium Turquoise #30CAC9

Color information

#30CAC9 (or 0x30CAC9) is unknown color: approx Medium Turquoise. HEX triplet: 30, CA and C9. RGB value is (48,202,201). Sum of RGB (Red+Green+Blue) = 48+202+201=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CAC9 is #CF3536. Grayscale: #9B9B9B. Windows color (decimal): -13579575 or 13224496. OLE color: 13224496.

HSL color Cylindrical-coordinate representation of color #30CAC9: hue angle of 179.61º 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 #30CAC9 is Cyan = 0.76, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB48202201-
CMYK0.7600.000.21
HSL179.61º61.6%49.02%-
HSV(B)179.61º76.24%79.22%-
XYZ32.8847.0962.61-
YUV155.84153.4851.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.64%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 201 (78.91% from 255) = 44.57%
R=10.64%
G=44.79%
B=44.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal482022010.7600.000.21179.6161.649.02
Hex30CAC94C0015b43e31
Octal6031231111400252647661
Binary11000011001010110010011001100001010110110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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