#30cfc7

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

Shades of Medium Turquoise #30CFC7

Tints of Medium Turquoise #30CFC7

Color information

#30CFC7 (or 0x30CFC7) is unknown color: approx Medium Turquoise. HEX triplet: 30, CF and C7. RGB value is (48,207,199). Sum of RGB (Red+Green+Blue) = 48+207+199=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #30CFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFC7 is #CF3038. Grayscale: #9E9E9E. Windows color (decimal): -13578297 or 13094704. OLE color: 13094704.

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

Color convert

RGB48207199-
CMYK0.7700.040.19
HSL176.98º62.35%50%-
HSV(B)176.98º76.81%81.18%-
XYZ33.8449.3861.78-
YUV158.55150.8249.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.57%
GREEN value IS 207 (81.25% from 255) = 45.59%
BLUE value IS 199 (78.12% from 255) = 43.83%
R=10.57%
G=45.59%
B=43.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal482071990.7700.040.19176.9862.3550
Hex30CFC74D0413b13e32
Octal6031730711504232617662
Binary1100001100111111000111100110101001001110110001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30cfc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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