#30CDC6

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

Shades of Medium Turquoise #30CDC6

Tints of Medium Turquoise #30CDC6

Color information

#30CDC6 (or 0x30CDC6) is unknown color: approx Medium Turquoise. HEX triplet: 30, CD and C6. RGB value is (48,205,198). Sum of RGB (Red+Green+Blue) = 48+205+198=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC6 is #CF3239. Grayscale: #9D9D9D. Windows color (decimal): -13578810 or 13028656. OLE color: 13028656.

HSL color Cylindrical-coordinate representation of color #30CDC6: hue angle of 177.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDC6 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB48205198-
CMYK0.7700.030.20
HSL177.32º62.06%49.61%-
HSV(B)177.32º76.59%80.39%-
XYZ33.2448.3761.01-
YUV157.26150.9950.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.64%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=10.64%
G=45.45%
B=43.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal482051980.7700.030.20177.3262.0649.61
Hex30CDC64D0314b13e32
Octal6031530611503242617662
Binary110000110011011100011010011010111010010110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,205,198); }

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

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

 a { background-color: rgb(48,205,198); }

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

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

 span { border-color: rgb(48,205,198); }

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