#30C7CD

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

Shades of Medium Turquoise #30C7CD

Tints of Medium Turquoise #30C7CD

Color information

#30C7CD (or 0x30C7CD) is unknown color: approx Medium Turquoise. HEX triplet: 30, C7 and CD. RGB value is (48,199,205). Sum of RGB (Red+Green+Blue) = 48+199+205=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #30C7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C7CD is #CF3832. Grayscale: #9A9A9A. Windows color (decimal): -13580339 or 13485872. OLE color: 13485872.

HSL color Cylindrical-coordinate representation of color #30C7CD: hue angle of 182.29º 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 #30C7CD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48199205-
CMYK0.770.0300.20
HSL182.29º62.06%49.61%-
HSV(B)182.29º76.59%80.39%-
XYZ32.6645.8864.89-
YUV154.54156.4752.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.62%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=10.62%
G=44.03%
B=45.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481992050.770.0300.20182.2962.0649.61
Hex30C7CD4D3014b63e32
Octal6030731511530242667662
Binary110000110001111100110110011011101010010110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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